From a4d7b007e4d3819f8607ba3c9eb5dbea85280c1a Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 4 Jun 2022 01:44:15 +0200 Subject: [PATCH] Revert "Add Echelon (ECH) (#1096)" This reverts commit a8d0d4523aa677b9816dec92d371e6342fb90527. --- _data/chains/eip155-3000.json | 24 +++++++++++------------- _data/icons/echelon.json | 8 -------- 2 files changed, 11 insertions(+), 21 deletions(-) delete mode 100644 _data/icons/echelon.json diff --git a/_data/chains/eip155-3000.json b/_data/chains/eip155-3000.json index 6d986f0f..87b75f7b 100644 --- a/_data/chains/eip155-3000.json +++ b/_data/chains/eip155-3000.json @@ -1,23 +1,21 @@ { - "name": "Echelon", - "chain": "Echelon", - "network": "Echelon", + "name": "CENNZnet Rata", + "chain": "CENNZnet", + "network": "rata", "rpc": [ - "https://rpc.ech.network", - "https://evm.ech.network", - "https://draco.ech.network" + "https://rata.centrality.me/public" ], "faucets": [ - "https://app.ech.network/faucet" + "https://app-faucet.centrality.me" ], "nativeCurrency": { - "name": "ECH", - "symbol": "ECH", + "name": "CPAY", + "symbol": "CPAY", "decimals": 18 }, - "infoURL": "https://ech.network", - "shortName": "echelon", + "infoURL": "https://cennz.net", + "shortName": "cennz-r", "chainId": 3000, "networkId": 3000, - "icon": "echelon" - } + "icon": "cennz" + } \ No newline at end of file diff --git a/_data/icons/echelon.json b/_data/icons/echelon.json deleted file mode 100644 index b0b65197..00000000 --- a/_data/icons/echelon.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmWgogVZKsEk3yk2h66P4qTzy9ujYG764RwsH6K6kGN7R4", - "width":160, - "height":235, - "format": "svg" - } -]