Skip to content

Commit

Permalink
add evmos
Browse files Browse the repository at this point in the history
  • Loading branch information
chendatony31 committed Mar 3, 2022
1 parent cc250da commit ce502ca
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,7 @@
"decimals": 18
},
"rpc": [
"http://123.58.210.13:8546",
"http://123.58.210.13:8546"
],
"faucets": [],
"infoURL": "",
Expand All @@ -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"
}
]
}
]

0 comments on commit ce502ca

Please sign in to comment.