Deploying to gh-pages from @ ethereum-lists/chains@0fc3d2a038 🚀

This commit is contained in:
ligi 2022-08-18 07:42:19 +00:00
parent d8a9964950
commit dc070dc230
9 changed files with 108 additions and 2 deletions

File diff suppressed because one or more lines are too long

19
chains/eip155-970.json Normal file
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"
}

19
chains/eip155-971.json Normal file
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"
}

File diff suppressed because one or more lines are too long

View File

@ -2442,6 +2442,32 @@
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
"infoURL": "https://pulsechain.com/"
}, {
"name": "CCN",
"chainId": 970,
"shortName": "ccn",
"networkId": 970,
"nativeCurrency": {
"name": "ComputeCoin",
"symbol": "CCN",
"decimals": 18
},
"rpc": ["https://rpc.mainnet.computecoin.com"],
"faucets": [],
"infoURL": "http://computecoin.com/"
}, {
"name": "CCN Beta",
"chainId": 971,
"shortName": "ccnbeta",
"networkId": 971,
"nativeCurrency": {
"name": "ComputeCoin",
"symbol": "CCN",
"decimals": 18
},
"rpc": ["https://beta-rpc.mainnet.computecoin.com"],
"faucets": [],
"infoURL": "http://computecoin.com/"
}, {
"name": "Nepal Blockchain Network",
"chainId": 977,

View File

@ -3422,6 +3422,38 @@
"symbol": "tPLS",
"decimals": 18
}
}, {
"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"
}, {
"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"
}, {
"name": "Nepal Blockchain Network",
"chain": "YETI",

8
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

View File

@ -187,6 +187,8 @@
"tpls": "eip155:940",
"t2bpls": "eip155:941",
"t3pls": "eip155:942",
"ccn": "eip155:970",
"ccnbeta": "eip155:971",
"yeti": "eip155:977",
"top_evm": "eip155:980",
"top": "eip155:989",