Update eip155-9000.json (#917)

This commit is contained in:
litvinsky 2022-02-23 13:06:40 +01:00 committed by GitHub
parent 0307521f9e
commit 342ef535f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +1,28 @@
{ {
"name": "Evmos Testnet", "name": "Evmos Testnet",
"chain": "Evmos", "chain": "Evmos",
"rpc": ["https://ethereum.rpc.evmos.dev"], "rpc": ["https://evmos-archive-testnet.api.bdnodes.net:8545"],
"faucets": ["https://faucet.evmos.org"], "faucets": ["https://faucet.evmos.dev"],
"nativeCurrency": { "nativeCurrency": {
"name": "Photon", "name": "Photon",
"symbol": "PHOTON", "symbol": "PHOTON",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://evmos.org", "infoURL": "https://evmos.org",
"shortName": "evmos-mons", "shortName": "evmos-testnet",
"chainId": 9000, "chainId": 9000,
"networkId": 9000, "networkId": 9000,
"icon": "evmos", "icon": "evmos",
"explorers": [ "explorers": [
{ {
"name": "Evmos EVM Explorer (Blockscout)", "name": "Evmos EVM Explorer (Blockscout)",
"url": "https://evm.evmos.org", "url": "https://evm.evmos.dev",
"standard": "none", "standard": "none",
"icon": "evmos" "icon": "evmos"
}, },
{ {
"name": "Evmos Cosmos Explorer (Big Dipper)", "name": "Evmos Cosmos Explorer",
"url": "https://explorer.evmos.org", "url": "https://explorer.evmos.dev",
"standard": "none", "standard": "none",
"icon": "evmos" "icon": "evmos"
} }