File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 2 files changed +13
-2
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.21 " ,
43+ "@lit-protocol/accs-schemas" : " ^0.0.22 " ,
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 @@ -120,7 +120,7 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
120120 name : 'Arbitrum Sepolia' ,
121121 symbol : 'ETH' ,
122122 decimals : 18 ,
123- rpcUrls : [ 'https://arbitrum- sepolia.blockpi.network/v1/ rpc/public ' ] ,
123+ rpcUrls : [ 'https://sepolia-rollup.arbitrum.io/ rpc' ] ,
124124 blockExplorerUrls : [ 'https://sepolia.arbiscan.io/' ] ,
125125 type : null ,
126126 vmType : 'EVM' ,
@@ -912,6 +912,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
912912 type : null ,
913913 vmType : 'EVM' ,
914914 } ,
915+ vana : {
916+ contractAddress : null ,
917+ chainId : 1480 ,
918+ name : 'Vana' ,
919+ symbol : 'VANA' ,
920+ decimals : 18 ,
921+ rpcUrls : [ 'https://rpc.vana.org' ] ,
922+ blockExplorerUrls : [ 'https://vanascan.io' ] ,
923+ type : null ,
924+ vmType : 'EVM' ,
925+ } ,
915926} ;
916927
917928/**
You can’t perform that action at this time.
0 commit comments