mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* added zenith mainnet and testnet networks * Update _data/chains/eip155-79.json * Update _data/chains/eip155-81.json * added shortName * rename testnet symbol to length<6 * fix vilnius typo * Update _data/chains/eip155-81.json Co-authored-by: ligi <ligi@ligi.de>
23 lines
533 B
JSON
23 lines
533 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"
|
|
}]
|
|
}
|
|
|