Add Evmos mainnet (#719)

* evmos testnet

* shortName

* rename file

* add Evmos mainnet

* update Evmos testnet
This commit is contained in:
Federico Kunze Küllmer 2021-12-30 23:21:28 +01:00 committed by GitHub
parent 40108ff475
commit fc51b2ebf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,28 @@
{
"name": "Evmos",
"chain": "Evmos",
"network": "mainnet",
"rpc": ["https://ethereum.rpc.evmos.org"],
"faucets": [],
"nativeCurrency": {
"name": "Evmos",
"symbol": "EVMOS",
"decimals": 18
},
"infoURL": "https://evmos.org",
"shortName": "evmos",
"chainId": 9001,
"networkId": 9001,
"explorers": [
{
"name": "Evmos EVM Explorer (Blockscout)",
"url": "https://evm.evmos.org",
"standard": "none"
},
{
"name": "Evmos Cosmos Explorer (Big Dipper)",
"url": "https://explorer.evmos.org",
"standard": "none"
}
]
}