evmos testnet

This commit is contained in:
Federico Kunze 2021-10-11 19:33:31 +02:00
parent 2718c1060d
commit 91187720a1
No known key found for this signature in database
GPG Key ID: 655F93A970080A30

View File

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