mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
30 lines
583 B
JSON
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"
|
|
}
|
|
]
|
|
}
|