Skip to content

Commit

Permalink
Update ZetaChain RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed May 1, 2024
1 parent dc1ac9a commit f6c7377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ export const CHAINS: Record<number, Chain> = {
explorerUrl: 'https://zetachain.blockscout.com',
etherscanCompatibleApiUrl: 'https://zetachain.blockscout.com/api',
rpc: {
main: 'https://zetachain-evm.blockpi.network/v1/rpc/public',
main: 'https://zetachain-mainnet-archive.allthatnode.com:8545',
},
deployedContracts: { ...MULTICALL },
priceStrategy: undefined, // TODO
Expand Down

0 comments on commit f6c7377

Please sign in to comment.