From ce502cafcf105867d54058111dcab399897ee293 Mon Sep 17 00:00:00 2001 From: chendatony31 <31647753@qq.com> Date: Thu, 3 Mar 2022 21:06:53 +0800 Subject: [PATCH] add evmos --- chains.json | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/chains.json b/chains.json index 26d0d31e2..a5464dcee 100644 --- a/chains.json +++ b/chains.json @@ -2956,7 +2956,7 @@ "decimals": 18 }, "rpc": [ - "http://123.58.210.13:8546", + "http://123.58.210.13:8546" ], "faucets": [], "infoURL": "", @@ -2965,5 +2965,71 @@ "ic_chain_unselect": "http://106.75.144.161/icon/Smartx_U.png", "color_chain_bg": "0x8250df" } + }, + { + "name": "Evmos Testnet", + "chain": "Evmos", + "rpc": [ + "https://evmos-archive-testnet.api.bdnodes.net:8545" + ], + "faucets": [ + "https://faucet.evmos.dev" + ], + "nativeCurrency": { + "name": "test-Evmos", + "symbol": "tEVMOS", + "decimals": 18 + }, + "infoURL": "https://evmos.org", + "shortName": "evmos-testnet", + "chainId": 9000, + "networkId": 9000, + "icon": "evmos", + "explorers": [ + { + "name": "Evmos EVM Explorer (Blockscout)", + "url": "https://evm.evmos.dev", + "standard": "none", + "icon": "evmos" + }, + { + "name": "Evmos Cosmos Explorer", + "url": "https://explorer.evmos.dev", + "standard": "none", + "icon": "evmos" + } + ] + }, + { + "name": "Evmos", + "chain": "Evmos", + "rpc": [ + "https://eth.bd.evmos.org:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "Evmos", + "symbol": "EVMOS", + "decimals": 18 + }, + "infoURL": "https://evmos.org", + "shortName": "evmos", + "chainId": 9001, + "networkId": 9001, + "icon": "evmos", + "explorers": [ + { + "name": "Evmos EVM Explorer (Blockscout)", + "url": "https://evm.evmos.org", + "standard": "none", + "icon": "evmos" + }, + { + "name": "Evmos Cosmos Explorer (Mintscan)", + "url": "https://www.mintscan.io/evmos", + "standard": "none", + "icon": "evmos" + } + ] } ] \ No newline at end of file