From a8d0d4523aa677b9816dec92d371e6342fb90527 Mon Sep 17 00:00:00 2001 From: Echelon Foundation <102999403+echelonfoundation@users.noreply.github.com> Date: Sun, 29 May 2022 01:34:49 -0600 Subject: [PATCH] Add Echelon (ECH) (#1096) * Update eip155-3000.json Add Echelon Mainnet (Chain ID: 3000) * Create echelon.json Add Echelon Logo * Change to svg * Added width and height * Update _data/icons/echelon.json * Update faucet subdomain and add additional RPC Co-authored-by: ligi --- _data/chains/eip155-3000.json | 24 +++++++++++++----------- _data/icons/echelon.json | 8 ++++++++ 2 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 _data/icons/echelon.json diff --git a/_data/chains/eip155-3000.json b/_data/chains/eip155-3000.json index 87b75f7b..6d986f0f 100644 --- a/_data/chains/eip155-3000.json +++ b/_data/chains/eip155-3000.json @@ -1,21 +1,23 @@ { - "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", + "https://draco.ech.network" ], "faucets": [ - "https://app-faucet.centrality.me" + "https://app.ech.network/faucet" ], "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" + } diff --git a/_data/icons/echelon.json b/_data/icons/echelon.json new file mode 100644 index 00000000..b0b65197 --- /dev/null +++ b/_data/icons/echelon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWgogVZKsEk3yk2h66P4qTzy9ujYG764RwsH6K6kGN7R4", + "width":160, + "height":235, + "format": "svg" + } +]