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@a861c6902b 🚀
This commit is contained in:
parent
f439d295d8
commit
e2e70df178
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4470,6 +4470,19 @@
|
|||
"rpc": ["https://weelinknode1c.gw002.oneitfarm.com"],
|
||||
"faucets": ["https://faucet.weelink.gw002.oneitfarm.com"],
|
||||
"infoURL": "https://weelink.cloud"
|
||||
}, {
|
||||
"name": "CMP-Testnet",
|
||||
"chainId": 512512,
|
||||
"shortName": "cmp",
|
||||
"networkId": 512512,
|
||||
"nativeCurrency": {
|
||||
"name": "Caduceus Testnet Token",
|
||||
"symbol": "CMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://galaxy.block.caduceus.foundation", "wss://galaxy.block.caduceus.foundation"],
|
||||
"faucets": ["https://dev.caduceus.foundation/testNetwork"],
|
||||
"infoURL": "https://caduceus.foundation/"
|
||||
}, {
|
||||
"name": "Vision - Vpioneer Test Chain",
|
||||
"chainId": 666666,
|
||||
|
|
|
@ -6284,6 +6284,26 @@
|
|||
"url": "https://weelink.cloud/#/blockView/overview",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "CMP-Testnet",
|
||||
"chain": "CMP",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://galaxy.block.caduceus.foundation", "wss://galaxy.block.caduceus.foundation"],
|
||||
"faucets": ["https://dev.caduceus.foundation/testNetwork"],
|
||||
"nativeCurrency": {
|
||||
"name": "Caduceus Testnet Token",
|
||||
"symbol": "CMP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://caduceus.foundation/",
|
||||
"shortName": "cmp",
|
||||
"chainId": 512512,
|
||||
"networkId": 512512,
|
||||
"explorers": [{
|
||||
"name": "Galaxy Scan",
|
||||
"url": "https://galaxy.scan.caduceus.foundation",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Vision - Vpioneer Test Chain",
|
||||
"chain": "Vision-Vpioneer",
|
||||
|
|
|
@ -343,6 +343,7 @@
|
|||
"olympus": "eip155:333999",
|
||||
"arb-rinkeby": "eip155:421611",
|
||||
"wlkt": "eip155:444900",
|
||||
"cmp": "eip155:512512",
|
||||
"vpioneer": "eip155:666666",
|
||||
"vision": "eip155:888888",
|
||||
"elv": "eip155:955305",
|
||||
|
|
Loading…
Reference in New Issue
Block a user