mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
577 B
JSON
26 lines
577 B
JSON
{
|
|
"name": "CMP-Testnet",
|
|
"chain": "CMP",
|
|
"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"
|
|
}
|
|
]
|
|
}
|