File tree Expand file tree Collapse file tree 3 files changed +379
-334
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 3 files changed +379
-334
lines changed Original file line number Diff line number Diff line change 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" ,
125125 },
126126 "workspaces" : [
127127 " packages/*"
128- ]
128+ ],
129+ "packageManager" :
" [email protected] " 129130}
Original file line number Diff line number Diff 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/**
You can’t perform that action at this time.
0 commit comments