From 9458c22d5f1c53eac0995db9e99f759a9ab8b338 Mon Sep 17 00:00:00 2001 From: huangyu9784 Date: Wed, 16 Mar 2022 17:27:50 +0800 Subject: [PATCH] add eip155-444900.json --- _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..4f1237b4 --- /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": "EIP3091" + }] +} \ No newline at end of file