mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"name": "CMP-Mainnet",
|
|
"chain": "CMP",
|
|
"rpc": [
|
|
"https://mainnet.block.caduceus.foundation",
|
|
"wss://mainnet.block.caduceus.foundation"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Caduceus Token",
|
|
"symbol": "CMP",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://caduceus.foundation/",
|
|
"shortName": "cmp-mainnet",
|
|
"chainId": 256256,
|
|
"networkId": 256256,
|
|
"explorers": [
|
|
{
|
|
"name": "Mainnet Scan",
|
|
"url": "https://mainnet.scan.caduceus.foundation",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|