From 9fee345b4fcf717044ed1038fa642ef5b8ed5e1e Mon Sep 17 00:00:00 2001 From: kevin-wad <36850083+kevin-wad@users.noreply.github.com> Date: Tue, 17 Jan 2023 17:42:12 +0100 Subject: [PATCH] Add Etica Protocol Mainnet (#2154) * Add Etica Protocol * Add Etica Protocol * Add Etica Protocol * Add Etica Protocol * Add Etica Protocol Co-authored-by: Kevin Wad --- _data/chains/eip155-61803.json | 31 +++++++++++++++++++++++++++++++ _data/icons/etica.json | 8 ++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-61803.json create mode 100644 _data/icons/etica.json diff --git a/_data/chains/eip155-61803.json b/_data/chains/eip155-61803.json new file mode 100644 index 00000000..beb4c197 --- /dev/null +++ b/_data/chains/eip155-61803.json @@ -0,0 +1,31 @@ +{ + "name": "Etica Mainnet", + "chain": "Etica Protocol (ETI/EGAZ)", + "icon": "etica", + "rpc": [ + "https://eticamainnet.eticascan.org", + "https://eticamainnet.eticaprotocol.org" + ], + "faucets": ["http://faucet.etica-stats.org/"], + "nativeCurrency": { + "name": "EGAZ", + "symbol": "EGAZ", + "decimals": 18 + }, + "infoURL": "https://eticaprotocol.org", + "shortName": "Etica", + "chainId": 61803, + "networkId": 61803, + "explorers": [ + { + "name": "eticascan", + "url": "https://eticascan.org", + "standard": "EIP3091" + }, + { + "name": "eticastats", + "url": "http://explorer.etica-stats.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/etica.json b/_data/icons/etica.json new file mode 100644 index 00000000..e68ab649 --- /dev/null +++ b/_data/icons/etica.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYSyhUqm6ArWyALBe3G64823ZpEUmFdkzKZ93hUUhNKgU", + "width": 360, + "height": 361, + "format": "png" + } +]