mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
9877934c6b
commit
0fc3d2a038
19
_data/chains/eip155-970.json
Normal file
19
_data/chains/eip155-970.json
Normal 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"
|
||||||
|
}
|
19
_data/chains/eip155-971.json
Normal file
19
_data/chains/eip155-971.json
Normal 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
8
_data/icons/ccn.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD",
|
||||||
|
"width":1043,
|
||||||
|
"height":1079,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user