add eip155-444900.json (#984)

* add eip155-444900.json

* fix explorers to none

* fix explorer
This commit is contained in:
hyhyhy 2022-03-16 21:47:06 +08:00 committed by GitHub
parent cae8d2b27c
commit a76aae1c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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