File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 2 files changed +12
-1
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.25 " ,
43+ "@lit-protocol/accs-schemas" : " ^0.0.26 " ,
4444 "@lit-protocol/contracts" : " ^0.0.74" ,
4545 "@metamask/eth-sig-util" : " 5.0.2" ,
4646 "@mysten/sui.js" : " ^0.37.1" ,
Original file line number Diff line number Diff line change @@ -1077,6 +1077,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
10771077 type : null ,
10781078 vmType : 'EVM' ,
10791079 } ,
1080+ load : {
1081+ contractAddress : null ,
1082+ chainId : 9496 ,
1083+ name : 'Load Network' ,
1084+ symbol : 'LOAD' ,
1085+ decimals : 18 ,
1086+ rpcUrls : [ 'https://alphanet.load.network' ] ,
1087+ blockExplorerUrls : [ 'https://explorer.load.network' ] ,
1088+ type : null ,
1089+ vmType : 'EVM' ,
1090+ } ,
10801091} ;
10811092
10821093/**
You can’t perform that action at this time.
0 commit comments