@lit-protocol/constants
Advanced tools
Comparing version 7.0.0 to 7.0.1-alpha-0
@@ -23,6 +23,7 @@ { | ||
], | ||
"version": "7.0.0", | ||
"version": "7.0.1-alpha-0", | ||
"dependencies": { | ||
"@ethersproject/abstract-provider": "5.7.0", | ||
"@lit-protocol/accs-schemas": "^0.0.15", | ||
"@lit-protocol/accs-schemas": "^0.0.20", | ||
"@lit-protocol/contracts": "^0.0.74", | ||
"@openagenda/verror": "^3.1.4", | ||
@@ -32,3 +33,3 @@ "depd": "^2.0.0", | ||
"siwe": "^2.3.2", | ||
"@lit-protocol/types": "7.0.0", | ||
"@lit-protocol/types": "7.0.1-alpha-0", | ||
"tslib": "1.14.1" | ||
@@ -35,0 +36,0 @@ }, |
@@ -373,10 +373,10 @@ "use strict"; | ||
}, | ||
scrollAlphaTestnet: { | ||
scrollSepolia: { | ||
contractAddress: null, | ||
chainId: 534353, | ||
name: 'Scroll Alpha Testnet', | ||
chainId: 534351, | ||
name: 'Scroll Sepolia Testnet', | ||
symbol: 'ETH', | ||
decimals: 18, | ||
rpcUrls: ['https://alpha-rpc.scroll.io/l2'], | ||
blockExplorerUrls: ['https://blockscout.scroll.io/'], | ||
rpcUrls: ['https://sepolia-rpc.scroll.io'], | ||
blockExplorerUrls: ['https://sepolia.scrollscan.com'], | ||
type: null, | ||
@@ -718,2 +718,67 @@ vmType: 'EVM', | ||
}, | ||
skaleCalypsoTestnet: { | ||
contractAddress: null, | ||
chainId: 974399131, | ||
name: 'SKALE Calypso Hub Testnet', | ||
symbol: 'sFUEL', | ||
decimals: 18, | ||
rpcUrls: ['https://testnet.skalenodes.com/v1/giant-half-dual-testnet'], | ||
blockExplorerUrls: [ | ||
'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com/', | ||
], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
skaleEuropa: { | ||
contractAddress: null, | ||
chainId: 2046399126, | ||
name: 'SKALE Europa DeFI Hub', | ||
symbol: 'sFUEL', | ||
decimals: 18, | ||
rpcUrls: ['https://mainnet.skalenodes.com/v1/elated-tan-skat'], | ||
blockExplorerUrls: [ | ||
'https://elated-tan-skat.explorer.mainnet.skalenodes.com/', | ||
], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
skaleEuropaTestnet: { | ||
contractAddress: null, | ||
chainId: 1444673419, | ||
name: 'SKALE Europa DeFi Hub Testnet', | ||
symbol: 'sFUEL', | ||
decimals: 18, | ||
rpcUrls: ['https://testnet.skalenodes.com/v1/juicy-low-small-testnet'], | ||
blockExplorerUrls: [ | ||
'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com/', | ||
], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
skaleTitan: { | ||
contractAddress: null, | ||
chainId: 1350216234, | ||
name: 'SKALE Titan AI Hub', | ||
symbol: 'sFUEL', | ||
decimals: 18, | ||
rpcUrls: ['https://mainnet.skalenodes.com/v1/parallel-stormy-spica'], | ||
blockExplorerUrls: [ | ||
'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com/', | ||
], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
skaleTitanTestnet: { | ||
contractAddress: null, | ||
chainId: 1020352220, | ||
name: 'SKALE Titan AI Hub Testnet', | ||
symbol: 'sFUEL', | ||
decimals: 18, | ||
rpcUrls: ['https://testnet.skalenodes.com/v1/aware-fake-trim-testnet'], | ||
blockExplorerUrls: [ | ||
'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com/', | ||
], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
fhenixHelium: { | ||
@@ -752,10 +817,10 @@ contractAddress: null, | ||
}, | ||
storyIlaid: { | ||
storyOdyssey: { | ||
contractAddress: null, | ||
chainId: 1513, | ||
name: 'Story Iliad Testnet', | ||
chainId: 1516, | ||
name: 'Story Odyssey', | ||
symbol: 'IP', | ||
decimals: 18, | ||
rpcUrls: ['https://testnet.storyrpc.io'], | ||
blockExplorerUrls: ['https://testnet.storyscan.xyz'], | ||
rpcUrls: ['https://rpc.odyssey.storyrpc.io'], | ||
blockExplorerUrls: ['https://odyssey.storyscan.xyz'], | ||
type: null, | ||
@@ -786,2 +851,24 @@ vmType: 'EVM', | ||
}, | ||
amoy: { | ||
contractAddress: null, | ||
chainId: 80002, | ||
name: 'Amoy', | ||
symbol: 'POL', | ||
decimals: 18, | ||
rpcUrls: ['https://rpc-amoy.polygon.technology'], | ||
blockExplorerUrls: ['https://amoy.polygonscan.com'], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
matchain: { | ||
contractAddress: null, | ||
chainId: 698, | ||
name: 'Matchain', | ||
symbol: 'BNB', | ||
decimals: 18, | ||
rpcUrls: ['https://rpc.matchain.io'], | ||
blockExplorerUrls: ['https://matchscan.io'], | ||
type: null, | ||
vmType: 'EVM', | ||
}, | ||
}; | ||
@@ -788,0 +875,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const version = "7.0.0"; | ||
export declare const version = "7.0.1-alpha-0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '7.0.0'; | ||
exports.version = '7.0.1-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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
141105
3179
9
1
+ Added@lit-protocol/accs-schemas@0.0.20(transitive)
+ Added@lit-protocol/contracts@0.0.74(transitive)
+ Added@lit-protocol/types@7.0.1-alpha-0(transitive)
+ Addedtypescript@5.7.3(transitive)
- Removed@lit-protocol/accs-schemas@0.0.15(transitive)
- Removed@lit-protocol/types@7.0.0(transitive)