1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00

Create eip155-55.json ()

This commit is contained in:
rolik2001 2021-10-30 12:54:27 +02:00 committed by GitHub
parent 6be5dcbf3e
commit 16b57b89c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,28 @@
{
"name": "Zyx Mainnet",
"chain": "ZYX",
"network": "mainnet",
"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"
}]
}