diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json new file mode 100644 index 00000000..af8f9094 --- /dev/null +++ b/_data/chains/eip155-9000.json @@ -0,0 +1,28 @@ +{ + "name": "Evmos Testnet", + "chain": "Evmos", + "network": "testnet", + "rpc": [], + "faucets": ["https://faucet.evmos.org"], + "nativeCurrency": { + "name": "Photon", + "symbol": "PHOTON", + "decimals": 18 + }, + "infoURL": "https://evmos.org", + "shortName": "evmos-mons", + "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" + } + ] +}