From 68a7a1ede7b6387e91bce75812e787c50bd77959 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Mon, 9 Sep 2024 10:27:58 -0400 Subject: [PATCH] clients/js: switch eth rpc --- clients/js/src/consts/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/src/consts/networks.ts b/clients/js/src/consts/networks.ts index 3bf6f7b70c..63c3b729bc 100644 --- a/clients/js/src/consts/networks.ts +++ b/clients/js/src/consts/networks.ts @@ -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, },