From 8d1f7a519f9cbdb31f904f55458c655b99de1116 Mon Sep 17 00:00:00 2001 From: paolocappelletti <56390199+paolocappelletti@users.noreply.github.com> Date: Wed, 19 Apr 2023 10:59:20 +0200 Subject: [PATCH] Added Horizen Gobi Testnet (#2670) * add horizen Gobi Testnet * fixed lint --- _data/chains/eip155-1663.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _data/chains/eip155-1663.json diff --git a/_data/chains/eip155-1663.json b/_data/chains/eip155-1663.json new file mode 100644 index 00000000..07fb8bfa --- /dev/null +++ b/_data/chains/eip155-1663.json @@ -0,0 +1,33 @@ +{ + "name": "Horizen Gobi Testnet", + "shortName": "Gobi", + "chain": "Gobi", + "icon": "eon", + "rpc": ["https://gobi-testnet.horizenlabs.io/ethv1"], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "faucets": ["https://faucet.horizen.io"], + "nativeCurrency": { + "name": "Testnet Zen", + "symbol": "tZEN", + "decimals": 18 + }, + "infoURL": "https://horizen.io/", + "chainId": 1663, + "networkId": 1663, + "slip44": 121, + "explorers": [ + { + "name": "Gobi Testnet Block Explorer", + "url": "https://gobi-explorer.horizen.io", + "icon": "eon", + "standard": "EIP3091" + } + ] +}