clients/js: switch eth rpc

This commit is contained in:
Evan Gray 2024-09-09 10:27:58 -04:00 committed by Evan Gray
parent c9bc603bae
commit 68a7a1ede7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const Mainnet = {
key: getEnvVar("TERRA_MNEMONIC"),
},
Ethereum: {
rpc: `https://rpc.ankr.com/eth`,
rpc: `https://ethereum-rpc.publicnode.com`,
key: getEnvVar("ETH_KEY"),
chain_id: 1,
},