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" + } + ] +}