mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add CCN Main and Beta * Update shortName of Beta * Add Info URL * Change the network Id from 970 to 790 * Revert "Change the network Id from 970 to 790" This reverts commit e397cf0543964351ad717dee104fd1206e2a031f. * Update inforURL by https
20 lines
364 B
JSON
20 lines
364 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"
|
|
}
|