Deploying to gh-pages from @ ethereum-lists/chains@a76aae1c99 🚀

This commit is contained in:
ligi 2022-03-16 13:50:59 +00:00
parent 5a781dd249
commit 132a65903a
5 changed files with 35 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3976,6 +3976,19 @@
"rpc": ["https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws"],
"faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"],
"infoURL": "https://arbitrum.io"
}, {
"name": "Weelink Testnet",
"chainId": 444900,
"shortName": "wlkt",
"networkId": 444900,
"nativeCurrency": {
"name": "Weelink Chain Token",
"symbol": "tWLK",
"decimals": 18
},
"rpc": ["https://weelinknode1c.gw002.oneitfarm.com"],
"faucets": ["https://faucet.weelink.gw002.oneitfarm.com"],
"infoURL": "https://weelink.cloud"
}, {
"name": "Vision - Vpioneer Test Chain",
"chainId": 666666,

View File

@ -5508,6 +5508,25 @@
"url": "https://bridge.arbitrum.io"
}]
}
}, {
"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"
}]
}, {
"name": "Vision - Vpioneer Test Chain",
"chain": "Vision-Vpioneer",

View File

@ -305,6 +305,7 @@
"sparta": "eip155:333888",
"olympus": "eip155:333999",
"arb-rinkeby": "eip155:421611",
"wlkt": "eip155:444900",
"vpioneer": "eip155:666666",
"vision": "eip155:888888",
"elv": "eip155:955305",