petcrypt-js-lite
Version:
Universal sdk for PET functionalities
26 lines • 857 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENCRYPT_URL = void 0;
exports.ENCRYPT_URL = {
MONAD: {
ENCRYPT: 'wss://monad.encrypt.rpc.encifher.io/',
DECRYPT: 'https://monad.decrypt.rpc.encifher.io/'
},
ARBITRUM: {
ENCRYPT: 'wss://encrypt.arb.encifher.io/',
DECRYPT: 'https://decrypt.arb.encifher.io/decrypt'
},
BASE_SEPOLIA: {
ENCRYPT: 'wss://encrypt.cp.encifher.io/',
DECRYPT: 'https://decrypt.cp.encifher.io/decrypt'
},
ARBITRUM_SEPOLIA: {
ENCRYPT: 'wss://arbsep.encrypt.encifher.io/',
DECRYPT: 'https://arbsep.decrypt.encifher.io/decrypt'
},
AVALANCHE: {
ENCRYPT: 'wss://avax.encrypt.encifher.io/',
DECRYPT: 'https://avax.decrypt.encifher.io/decrypt'
}
};
//# sourceMappingURL=encrypturl.js.map