From 58e93bebabb67c50fdd0ff461e70f866c91d2113 Mon Sep 17 00:00:00 2001 From: Aleksey Proshutinskiy Date: Sun, 25 May 2025 23:11:16 +0300 Subject: [PATCH] fix: remove private rpc from website --- web/src/constants/chains.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/constants/chains.js b/web/src/constants/chains.js index af64439..408910a 100644 --- a/web/src/constants/chains.js +++ b/web/src/constants/chains.js @@ -7,7 +7,7 @@ const supportedChains = [ chain_id: 1, network_id: 1, explorer_url: "https://etherscan.io", - rpc_url: `https://eth-mainnet.g.alchemy.com/v2/mTpanVgvjVVRocxu5nkJUjgcDnBcxPrr`, + rpc_url: `https://endpoints.omniatech.io/v1/eth/mainnet/public`, native_currency: { symbol: "ETH", name: "Ethereum",