Skip to content

Commit d379a16

Browse files
committed
Update arb sepolia RPC. Add Vana. Bump accs-schemas package version
1 parent 875f686 commit d379a16

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.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",

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)