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

This commit is contained in:
ligi 2022-04-23 19:18:27 +00:00
parent f439d295d8
commit e2e70df178
5 changed files with 36 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

@ -4470,6 +4470,19 @@
"rpc": ["https://weelinknode1c.gw002.oneitfarm.com"], "rpc": ["https://weelinknode1c.gw002.oneitfarm.com"],
"faucets": ["https://faucet.weelink.gw002.oneitfarm.com"], "faucets": ["https://faucet.weelink.gw002.oneitfarm.com"],
"infoURL": "https://weelink.cloud" "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", "name": "Vision - Vpioneer Test Chain",
"chainId": 666666, "chainId": 666666,

View File

@ -6284,6 +6284,26 @@
"url": "https://weelink.cloud/#/blockView/overview", "url": "https://weelink.cloud/#/blockView/overview",
"standard": "none" "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", "name": "Vision - Vpioneer Test Chain",
"chain": "Vision-Vpioneer", "chain": "Vision-Vpioneer",

View File

@ -343,6 +343,7 @@
"olympus": "eip155:333999", "olympus": "eip155:333999",
"arb-rinkeby": "eip155:421611", "arb-rinkeby": "eip155:421611",
"wlkt": "eip155:444900", "wlkt": "eip155:444900",
"cmp": "eip155:512512",
"vpioneer": "eip155:666666", "vpioneer": "eip155:666666",
"vision": "eip155:888888", "vision": "eip155:888888",
"elv": "eip155:955305", "elv": "eip155:955305",