mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@a76aae1c99 🚀
This commit is contained in:
parent
5a781dd249
commit
132a65903a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user