Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@dotenvx/dotenvx": "^1.6.4",
"@lit-protocol/accs-schemas": "^0.0.21",
"@lit-protocol/accs-schemas": "^0.0.22",
"@lit-protocol/contracts": "^0.0.74",
"@metamask/eth-sig-util": "5.0.2",
"@mysten/sui.js": "^0.37.1",
Expand Down
13 changes: 12 additions & 1 deletion packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
name: 'Arbitrum Sepolia',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['https://arbitrum-sepolia.blockpi.network/v1/rpc/public'],
rpcUrls: ['https://sepolia-rollup.arbitrum.io/rpc'],
blockExplorerUrls: ['https://sepolia.arbiscan.io/'],
type: null,
vmType: 'EVM',
Expand Down Expand Up @@ -912,6 +912,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
vana: {
contractAddress: null,
chainId: 1480,
name: 'Vana',
symbol: 'VANA',
decimals: 18,
rpcUrls: ['https://rpc.vana.org'],
blockExplorerUrls: ['https://vanascan.io'],
type: null,
vmType: 'EVM',
},
};

/**
Expand Down
Loading