chains/_data/chains/eip155-444900.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
526 B
JSON

{
"name": "Weelink Testnet",
"chain": "WLK",
"rpc": ["https://weelinknode1c.gw002.oneitfarm.com"],
"faucets": ["https://faucet.weelink.gw002.oneitfarm.com"],
"nativeCurrency": {
"name": "Weelink Chain Token",
"symbol": "tWLK",
"decimals": 18
},
"infoURL": "https://weelink.cloud",
"shortName": "wlkt",
"chainId": 444900,
"networkId": 444900,
"explorers": [
{
"name": "weelink-testnet",
"url": "https://weelink.cloud/#/blockView/overview",
"standard": "none"
}
]
}