From d4466492aa8c6312f113613747019fc2b8c527aa Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Tue, 22 Aug 2023 14:29:02 +0400 Subject: [PATCH] Fix Ethereum rpc address --- src/config/chains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/chains.json b/src/config/chains.json index d5de68c..9f84f31 100644 --- a/src/config/chains.json +++ b/src/config/chains.json @@ -5,7 +5,7 @@ "label": "Ethereum Mainnet", "shortName": "ETH", "code": "eth", - "rpc": "https://trade.orionprotocol.io/rpc", + "rpc": "https://trade.orionprotocol.io/eth-mainnet/rpc", "baseCurrencyName": "ETH" }, "56": { @@ -116,4 +116,4 @@ "rpc": "testnet.1d.rip", "explorer": "https://explorer-testnet.1d.rip/" } -} +} \ No newline at end of file