Added Horizen Gobi Testnet (#2670)

* add horizen Gobi Testnet

* fixed lint
This commit is contained in:
paolocappelletti 2023-04-19 10:59:20 +02:00 committed by GitHub
parent 45aa2b709a
commit 8d1f7a519f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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