chains/_data/chains/eip155-55.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

30 lines
583 B
JSON

{
"name": "Zyx Mainnet",
"chain": "ZYX",
"rpc": [
"https://rpc-1.zyx.network/",
"https://rpc-2.zyx.network/",
"https://rpc-3.zyx.network/",
"https://rpc-4.zyx.network/",
"https://rpc-5.zyx.network/",
"https://rpc-6.zyx.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "Zyx",
"symbol": "ZYX",
"decimals": 18
},
"infoURL": "https://zyx.network/",
"shortName": "ZYX",
"chainId": 55,
"networkId": 55,
"explorers": [
{
"name": "zyxscan",
"url": "https://zyxscan.com",
"standard": "none"
}
]
}