mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "Zenith Testnet (Vilnius)",
|
|
"chain": "Zenith",
|
|
"rpc": ["https://vilnius.zenithchain.co/http"],
|
|
"faucets": ["https://faucet.zenithchain.co/"],
|
|
"nativeCurrency": {
|
|
"name": "Vilnius",
|
|
"symbol": "VIL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.zenithchain.co/",
|
|
"chainId": 81,
|
|
"networkId": 81,
|
|
"shortName": "VIL",
|
|
"explorers": [
|
|
{
|
|
"name": "vilnius scan",
|
|
"url": "https://vilnius.scan.zenithchain.co",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|