mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Evmos mainnet (#719)
* evmos testnet * shortName * rename file * add Evmos mainnet * update Evmos testnet
This commit is contained in:
parent
40108ff475
commit
fc51b2ebf2
28
_data/chains/eip155-9001.json
Normal file
28
_data/chains/eip155-9001.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user