Skip to content

Commit

Permalink
clients/js: switch eth rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Sep 9, 2024
1 parent c9bc603 commit 68a7a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/src/consts/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

1 comment on commit 68a7a1e

@MUNIRUZZAMAN1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i do not undestand

Please sign in to comment.