mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"name": "ZetaChain Athens Testnet",
|
|
"chain": "ZetaChain",
|
|
"icon": "zetachain",
|
|
"rpc": ["https://api.athens2.zetachain.com/evm"],
|
|
"faucets": ["https://labs.zetachain.com/get-zeta"],
|
|
"nativeCurrency": {
|
|
"name": "Zeta",
|
|
"symbol": "aZETA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.zetachain.com/",
|
|
"shortName": "zetachain-athens",
|
|
"chainId": 7001,
|
|
"networkId": 7001,
|
|
"status": "active",
|
|
"explorers": [
|
|
{
|
|
"name": "ZetaChain Athens Testnet Explorer",
|
|
"url": "https://explorer.athens.zetachain.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|