evmos testnet (#479)

* evmos testnet

* shortName

* rename file
This commit is contained in:
Federico Kunze Küllmer 2021-10-11 22:21:00 +02:00 committed by GitHub
parent 9a27a14a58
commit 6dd1ea7545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,28 @@
{
"name": "Evmos Testnet",
"chain": "Evmos",
"network": "testnet",
"rpc": [],
"faucets": ["https://faucet.evmos.org"],
"nativeCurrency": {
"name": "Photon",
"symbol": "PHOTON",
"decimals": 18
},
"infoURL": "https://evmos.org",
"shortName": "evmos-mons",
"chainId": 9000,
"networkId": 9000,
"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"
}
]
}