@lit-protocol/constants
Advanced tools
Comparing version 6.3.0 to 6.4.0-alpha.0
@@ -23,3 +23,3 @@ { | ||
], | ||
"version": "6.3.0", | ||
"version": "6.4.0-alpha.0", | ||
"dependencies": { | ||
@@ -32,3 +32,3 @@ "@ethersproject/abstract-provider": "5.7.0", | ||
"siwe": "^2.0.5", | ||
"@lit-protocol/types": "6.3.0", | ||
"@lit-protocol/types": "6.4.0-alpha.0", | ||
"tslib": "1.14.1" | ||
@@ -35,0 +35,0 @@ }, |
export * from './lib/version'; | ||
export * from './lib/constants/constants'; | ||
export * from './lib/constants/mappers'; | ||
export * from './lib/constants/endpoints'; | ||
@@ -4,0 +5,0 @@ export * from './lib/constants/autogen_internal'; |
@@ -9,2 +9,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./lib/constants/constants"), exports); | ||
tslib_1.__exportStar(require("./lib/constants/mappers"), exports); | ||
tslib_1.__exportStar(require("./lib/constants/endpoints"), exports); | ||
@@ -11,0 +12,0 @@ tslib_1.__exportStar(require("./lib/constants/autogen_internal"), exports); |
@@ -83,2 +83,3 @@ import { LITChain, LITCosmosChain, LITEVMChain, LITSVMChain } from '@lit-protocol/types'; | ||
DatilTest: string; | ||
Datil: string; | ||
Custom: string; | ||
@@ -184,3 +185,2 @@ Localhost: string; | ||
export declare const PKP_CLIENT_SUPPORTED_CHAINS: string[]; | ||
export declare const TELEM_API_URL = "https://lit-general-worker.getlit.dev"; | ||
export declare const SIWE_DELEGATION_URI = "lit:capability:delegation"; | ||
@@ -187,0 +187,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LIT_ACTION_IPFS_HASH = exports.RELAY_URL_DATIL_TEST = exports.RELAY_URL_DATIL_DEV = exports.RELAY_URL_MANZANO = exports.RELAY_URL_HABANERO = exports.RELAY_URL_CAYENNE = exports.SIWE_DELEGATION_URI = exports.TELEM_API_URL = exports.PKP_CLIENT_SUPPORTED_CHAINS = exports.AUTH_METHOD_TYPE_IDS = exports.LIT_SESSION_KEY_URI = exports.LIT_NETWORKS = exports.CAYENNE_URL = exports.SYMM_KEY_ALGO_PARAMS = exports.LOCAL_STORAGE_KEYS = exports.ALL_LIT_CHAINS = exports.LIT_COSMOS_CHAINS = exports.LIT_SVM_CHAINS = exports.CENTRALISATION_BY_NETWORK = exports.HTTP_BY_NETWORK = exports.HTTPS = exports.HTTP = exports.METAMASK_CHAIN_INFO_BY_NETWORK = exports.RELAYER_URL_BY_NETWORK = exports.RPC_URL_BY_NETWORK = exports.LIT_NETWORK = exports.LIT_EVM_CHAINS = exports.LIT_RPC = exports.metamaskChainInfo = exports.LIT_CHAIN_RPC_URL = exports.LIT_CHAINS = exports.AUTH_SIGNATURE_BODY = exports.LIT_AUTH_SIG_CHAIN_KEYS = exports.NETWORK_PUB_KEY = void 0; | ||
exports.LIT_ACTION_IPFS_HASH = exports.RELAY_URL_DATIL_TEST = exports.RELAY_URL_DATIL_DEV = exports.RELAY_URL_MANZANO = exports.RELAY_URL_HABANERO = exports.RELAY_URL_CAYENNE = exports.SIWE_DELEGATION_URI = exports.PKP_CLIENT_SUPPORTED_CHAINS = exports.AUTH_METHOD_TYPE_IDS = exports.LIT_SESSION_KEY_URI = exports.LIT_NETWORKS = exports.CAYENNE_URL = exports.SYMM_KEY_ALGO_PARAMS = exports.LOCAL_STORAGE_KEYS = exports.ALL_LIT_CHAINS = exports.LIT_COSMOS_CHAINS = exports.LIT_SVM_CHAINS = exports.CENTRALISATION_BY_NETWORK = exports.HTTP_BY_NETWORK = exports.HTTPS = exports.HTTP = exports.METAMASK_CHAIN_INFO_BY_NETWORK = exports.RELAYER_URL_BY_NETWORK = exports.RPC_URL_BY_NETWORK = exports.LIT_NETWORK = exports.LIT_EVM_CHAINS = exports.LIT_RPC = exports.metamaskChainInfo = exports.LIT_CHAIN_RPC_URL = exports.LIT_CHAINS = exports.AUTH_SIGNATURE_BODY = exports.LIT_AUTH_SIG_CHAIN_KEYS = exports.NETWORK_PUB_KEY = void 0; | ||
const autogen_internal_1 = require("./autogen_internal"); | ||
@@ -674,2 +674,3 @@ const enums_1 = require("../enums"); | ||
DatilTest: 'datil-test', | ||
Datil: 'datil', | ||
Custom: 'custom', | ||
@@ -689,2 +690,3 @@ Localhost: 'localhost', | ||
'datil-test': exports.LIT_RPC.CHRONICLE_YELLOWSTONE, | ||
datil: exports.LIT_RPC.CHRONICLE_YELLOWSTONE, | ||
custom: exports.LIT_RPC.LOCAL_ANVIL, | ||
@@ -702,2 +704,3 @@ localhost: exports.LIT_RPC.LOCAL_ANVIL, | ||
'datil-test': 'https://datil-test-relayer.getlit.dev', | ||
datil: 'https://datil-relayer.getlit.dev', | ||
custom: 'http://localhost:3000', | ||
@@ -742,2 +745,3 @@ localhost: 'http://localhost:3000', | ||
'datil-test': 'decentralised', | ||
datil: 'decentralised', | ||
custom: 'unknown', | ||
@@ -891,2 +895,3 @@ localhost: 'unknown', | ||
[enums_1.LitNetwork.DatilTest]: [], | ||
[enums_1.LitNetwork.Datil]: [], | ||
[enums_1.LitNetwork.Habanero]: [], | ||
@@ -920,3 +925,2 @@ [enums_1.LitNetwork.Custom]: [], | ||
exports.PKP_CLIENT_SUPPORTED_CHAINS = ['eth', 'cosmos']; | ||
exports.TELEM_API_URL = 'https://lit-general-worker.getlit.dev'; | ||
// ========== RLI Delegation ========== | ||
@@ -923,0 +927,0 @@ exports.SIWE_DELEGATION_URI = 'lit:capability:delegation'; |
@@ -14,2 +14,3 @@ "use strict"; | ||
'datil-test': contracts_1.datilTest, | ||
datil: contracts_1.datil, | ||
// just use datil dev abis for custom and localhost | ||
@@ -16,0 +17,0 @@ custom: contracts_1.datilDev, |
@@ -56,3 +56,4 @@ /** ---------- Chains ---------- */ | ||
DatilDev = "datil-dev", | ||
DatilTest = "datil-test" | ||
DatilTest = "datil-test", | ||
Datil = "datil" | ||
} | ||
@@ -59,0 +60,0 @@ /** |
@@ -59,2 +59,3 @@ "use strict"; | ||
LitNetwork["DatilTest"] = "datil-test"; | ||
LitNetwork["Datil"] = "datil"; | ||
})(LitNetwork = exports.LitNetwork || (exports.LitNetwork = {})); | ||
@@ -61,0 +62,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const version = "6.3.0"; | ||
export declare const version = "6.4.0-alpha.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '6.3.0'; | ||
exports.version = '6.4.0-alpha.0'; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109759
2670
1
+ Added@lit-protocol/types@6.4.0-alpha.0(transitive)
- Removed@lit-protocol/types@6.3.0(transitive)