From 8ee60dfdfff3ceff1b541f6399547b4ffec74024 Mon Sep 17 00:00:00 2001 From: Echelon Foundation <102999403+echelonfoundation@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:44:27 -0600 Subject: [PATCH] Update eip155-3000.json Add Echelon Mainnet (Chain ID: 3000) --- _data/chains/eip155-3000.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/_data/chains/eip155-3000.json b/_data/chains/eip155-3000.json index 87b75f7b..923885bf 100644 --- a/_data/chains/eip155-3000.json +++ b/_data/chains/eip155-3000.json @@ -1,21 +1,22 @@ { - "name": "CENNZnet Rata", - "chain": "CENNZnet", - "network": "rata", + "name": "Echelon", + "chain": "Echelon", + "network": "Echelon", "rpc": [ - "https://rata.centrality.me/public" + "https://rpc.ech.network", + "https://evm.ech.network" ], "faucets": [ - "https://app-faucet.centrality.me" + "https://bridge.ech.network" ], "nativeCurrency": { - "name": "CPAY", - "symbol": "CPAY", + "name": "ECH", + "symbol": "ECH", "decimals": 18 }, - "infoURL": "https://cennz.net", - "shortName": "cennz-r", + "infoURL": "https://ech.network", + "shortName": "echelon", "chainId": 3000, "networkId": 3000, - "icon": "cennz" - } \ No newline at end of file + "icon": "echelon" + }