From f81291dbc5805045e01a4991ce9d4f657c43ec6b Mon Sep 17 00:00:00 2001 From: ech-world <110548039+ech-world@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:45:49 +0300 Subject: [PATCH] Add ech.world API and RPC URLs --- src/chains/mainnet/echelon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chains/mainnet/echelon.json b/src/chains/mainnet/echelon.json index c584695b..297346fe 100644 --- a/src/chains/mainnet/echelon.json +++ b/src/chains/mainnet/echelon.json @@ -1,8 +1,8 @@ { "chain_name": "echelon", "coingecko": "echelon", - "api": ["https://api.ech.network", "https://lcd-echelon.whispernode.com", "https://api.echelon.nodestake.top", "https://echelon-api.polkachu.com"], - "rpc": ["https://tendermint.ech.network", "https://rpc-echelon.whispernode.com" , "https://rpc.echelon.nodestake.top", "https://echelon-rpc.polkachu.com"], + "api": ["https://api.ech.network", "https://lcd-echelon.whispernode.com", "https://api.echelon.nodestake.top", "https://echelon-api.polkachu.com", "https://api.eu.ech.world", "https://api.us.ech.world"], + "rpc": ["https://tendermint.ech.network", "https://rpc-echelon.whispernode.com" , "https://rpc.echelon.nodestake.top", "https://echelon-rpc.polkachu.com", "https://rpc.eu.ech.world", "https://rpc.us.ech.world"], "snapshot_provider": "", "sdk_version": "0.45.1", "coin_type": "60",