mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "CCN",
|
|
"title": "ComputeCoin Main Network",
|
|
"chain": "CCN",
|
|
"rpc": ["https://rpc.mainnet.computecoin.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "ComputeCoin",
|
|
"symbol": "CCN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://computecoin.com/",
|
|
"shortName": "ccn",
|
|
"chainId": 970,
|
|
"networkId": 970,
|
|
"icon": "ccn"
|
|
}
|