From a76aae1c99b9fb2c256b57585caa8cf47768acea Mon Sep 17 00:00:00 2001 From: hyhyhy <41095945+Hy9784@users.noreply.github.com> Date: Wed, 16 Mar 2022 21:47:06 +0800 Subject: [PATCH] add eip155-444900.json (#984) * add eip155-444900.json * fix explorers to none * fix explorer --- _data/chains/eip155-444900.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-444900.json diff --git a/_data/chains/eip155-444900.json b/_data/chains/eip155-444900.json new file mode 100644 index 00000000..c0ebc624 --- /dev/null +++ b/_data/chains/eip155-444900.json @@ -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" + }] +} \ No newline at end of file