From 59d5f81cae47a5811be4f7fd50d797296e86ce27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Kunze=20K=C3=BCllmer?= Date: Thu, 30 Dec 2021 17:15:53 +0100 Subject: [PATCH] add Evmos mainnet --- _data/chains/eip155-9000.json | 2 +- _data/chains/eip155-9001.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-9001.json diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json index af8f9094..de7ce6a8 100644 --- a/_data/chains/eip155-9000.json +++ b/_data/chains/eip155-9000.json @@ -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", diff --git a/_data/chains/eip155-9001.json b/_data/chains/eip155-9001.json new file mode 100644 index 00000000..b5ffd365 --- /dev/null +++ b/_data/chains/eip155-9001.json @@ -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" + } + ] +} \ No newline at end of file