mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Evmos mainnet
This commit is contained in:
parent
81a61009ee
commit
59d5f81cae
|
@ -2,7 +2,7 @@
|
|||
"name": "Evmos Testnet",
|
||||
"chain": "Evmos",
|
||||
"network": "testnet",
|
||||
"rpc": [],
|
||||
"rpc": ["https://ethereum.rpc.evmos.dev"],
|
||||
"faucets": ["https://faucet.evmos.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "Photon",
|
||||
|
|
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