mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
31 lines
664 B
JSON
31 lines
664 B
JSON
{
|
|
"name": "Evmos",
|
|
"chain": "Evmos",
|
|
"rpc": ["https://eth.bd.evmos.org:8545", "https://evmos-evm.publicnode.com"],
|
|
"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 (Escan)",
|
|
"url": "https://escan.live",
|
|
"standard": "none",
|
|
"icon": "evmos"
|
|
},
|
|
{
|
|
"name": "Evmos Cosmos Explorer (Mintscan)",
|
|
"url": "https://www.mintscan.io/evmos",
|
|
"standard": "none",
|
|
"icon": "evmos"
|
|
}
|
|
]
|
|
}
|