Skip to content

Commit d1c4879

Browse files
committed
Merge branch 'master' of https://github.com/LIT-Protocol/js-sdk into staging/v7
2 parents fd2256d + ded2c3f commit d1c4879

File tree

3 files changed

+379
-334
lines changed

3 files changed

+379
-334
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@cosmjs/proto-signing": "0.30.1",
4141
"@cosmjs/stargate": "0.30.1",
4242
"@dotenvx/dotenvx": "^1.6.4",
43-
"@lit-protocol/accs-schemas": "^0.0.15",
43+
"@lit-protocol/accs-schemas": "^0.0.19",
4444
"@lit-protocol/contracts": "^0.0.63",
4545
"@metamask/eth-sig-util": "5.0.2",
4646
"@mysten/sui.js": "^0.37.1",
@@ -125,5 +125,6 @@
125125
},
126126
"workspaces": [
127127
"packages/*"
128-
]
128+
],
129+
"packageManager": "[email protected]"
129130
}

packages/constants/src/lib/constants/constants.ts

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,14 +380,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
380380
type: null,
381381
vmType: 'EVM',
382382
},
383-
scrollAlphaTestnet: {
383+
scrollSepolia: {
384384
contractAddress: null,
385-
chainId: 534353,
386-
name: 'Scroll Alpha Testnet',
385+
chainId: 534351,
386+
name: 'Scroll Sepolia Testnet',
387387
symbol: 'ETH',
388388
decimals: 18,
389-
rpcUrls: ['https://alpha-rpc.scroll.io/l2'],
390-
blockExplorerUrls: ['https://blockscout.scroll.io/'],
389+
rpcUrls: ['https://sepolia-rpc.scroll.io'],
390+
blockExplorerUrls: ['https://sepolia.scrollscan.com'],
391391
type: null,
392392
vmType: 'EVM',
393393
},
@@ -792,6 +792,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
792792
type: null,
793793
vmType: 'EVM',
794794
},
795+
amoy: {
796+
contractAddress: null,
797+
chainId: 80002,
798+
name: 'Amoy',
799+
symbol: 'POL',
800+
decimals: 18,
801+
rpcUrls: ['https://rpc-amoy.polygon.technology'],
802+
blockExplorerUrls: ['https://amoy.polygonscan.com'],
803+
type: null,
804+
vmType: 'EVM',
805+
},
795806
};
796807

797808
/**

0 commit comments

Comments
 (0)