Add CCN Main and Beta (#1433)

* 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.
This commit is contained in:
hobbydev 2022-08-18 16:38:58 +09:00 committed by GitHub
parent 9877934c6b
commit 0fc3d2a038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"name": "CCN",
"title": "ComputeCoin Main Network",
"chain": "CCN",
"rpc": [
"https://rpc.mainnet.computecoin.com"
],
"faucets": [],
"nativeCurrency": {
"name": "ComputeCoin",
"symbol": "CCN",
"decimals": 18
},
"infoURL": "http://computecoin.com/",
"shortName": "ccn",
"chainId": 970,
"networkId": 970,
"icon": "ccn"
}

View File

@ -0,0 +1,19 @@
{
"name": "CCN Beta",
"title": "ComputeCoin Beta Network",
"chain": "CCN Beta",
"rpc": [
"https://beta-rpc.mainnet.computecoin.com"
],
"faucets": [],
"nativeCurrency": {
"name": "ComputeCoin",
"symbol": "CCN",
"decimals": 18
},
"infoURL": "http://computecoin.com/",
"shortName": "ccnbeta",
"chainId": 971,
"networkId": 971,
"icon": "ccn"
}

8
_data/icons/ccn.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD",
"width":1043,
"height":1079,
"format":"png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB