Add Zilliqa Testnet (#2437)

This commit is contained in:
James Hinshelwood 2023-03-16 17:30:20 +00:00 committed by GitHub
parent 27724d1f11
commit d72aece6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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"
}
]
}