From 766eac071d1fb355c2eff87a099e101d03378acc Mon Sep 17 00:00:00 2001 From: Echelon Foundation <102999403+echelonfoundation@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:24:55 -0600 Subject: [PATCH] Add Echelon --- src/chains/mainnet/echelon.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/chains/mainnet/echelon.json diff --git a/src/chains/mainnet/echelon.json b/src/chains/mainnet/echelon.json new file mode 100644 index 00000000..64a13359 --- /dev/null +++ b/src/chains/mainnet/echelon.json @@ -0,0 +1,19 @@ +{ + "chain_name": "echelon", + "coingecko": "", + "api": "https://api.ech.network", + "rpc": ["https://tendermint.ech.network"], + "snapshot_provider": "", + "sdk_version": "0.45.1", + "coin_type": "60", + "min_tx_fee": "3000000000000000", + "addr_prefix": "echelon", + "logo": "https://user-images.githubusercontent.com/102999403/162600548-1fa6f810-8f22-4800-a3b4-187c3e62bda5.gif", + "assets": [{ + "base": "aechelon", + "symbol": "ECH", + "exponent": "18", + "coingecko_id": "", + "logo": "https://user-images.githubusercontent.com/102999403/162600548-1fa6f810-8f22-4800-a3b4-187c3e62bda5.gif" + }] +}