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