mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "Wanchain Testnet",
|
|
"chain": "WAN",
|
|
"rpc": [
|
|
"https://gwan-ssl.wandevs.org:46891/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Wancoin",
|
|
"symbol": "WAN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://testnet.wanscan.org",
|
|
"shortName": "twan",
|
|
"chainId": 999,
|
|
"networkId": 999
|
|
}
|