chains/_data/chains/eip155-970.json
hobbydev f9dcb70971
Change the CCN InfoURL from http to https (#1452)
* 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
2022-08-18 10:59:52 +02:00

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"
}