From 61915bcef8ddc45ffa4b9b8d69f94903c691fc03 Mon Sep 17 00:00:00 2001 From: impelcrypto Date: Fri, 21 Mar 2025 14:34:50 +0800 Subject: [PATCH] fix: updated RPC --- src/config/web3/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/web3/index.ts b/src/config/web3/index.ts index f474b79da..aa9a19955 100644 --- a/src/config/web3/index.ts +++ b/src/config/web3/index.ts @@ -149,7 +149,7 @@ export const nativeCurrency = { }; export const rpcUrls = { - [EVM.ETHEREUM_MAINNET]: ['https://eth.public-rpc.com'], + [EVM.ETHEREUM_MAINNET]: ['https://ethereum-rpc.publicnode.com'], [EVM.SEPOLIA_TESTNET]: ['https://sepolia-01.astar.network'], // [EVM.SEPOLIA_TESTNET]: ['https://eth-sepolia.public.blastapi.io'], // [EVM.SEPOLIA_TESTNET]: ['https://rpc.sepolia.online'],