mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "Zilliqa EVM Testnet",
|
|
"chain": "ZIL",
|
|
"rpc": ["https://dev-api.zilliqa.com"],
|
|
"faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"],
|
|
"nativeCurrency": {
|
|
"name": "Zilliqa",
|
|
"symbol": "ZIL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.zilliqa.com/",
|
|
"shortName": "zil-testnet",
|
|
"chainId": 33101,
|
|
"networkId": 33101,
|
|
"explorers": [
|
|
{
|
|
"name": "Zilliqa EVM Explorer",
|
|
"url": "https://evmx.zilliqa.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|