mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@0fc3d2a038 🚀
This commit is contained in:
parent
d8a9964950
commit
dc070dc230
File diff suppressed because one or more lines are too long
19
chains/eip155-970.json
Normal file
19
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
chains/eip155-971.json
Normal file
19
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"
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2442,6 +2442,32 @@
|
||||||
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
|
"rpc": ["https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/"],
|
||||||
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
|
"faucets": ["https://faucet.v3.testnet.pulsechain.com/"],
|
||||||
"infoURL": "https://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",
|
"name": "Nepal Blockchain Network",
|
||||||
"chainId": 977,
|
"chainId": 977,
|
||||||
|
|
|
@ -3422,6 +3422,38 @@
|
||||||
"symbol": "tPLS",
|
"symbol": "tPLS",
|
||||||
"decimals": 18
|
"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",
|
"name": "Nepal Blockchain Network",
|
||||||
"chain": "YETI",
|
"chain": "YETI",
|
||||||
|
|
8
icons/ccn.json
Normal file
8
icons/ccn.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD",
|
||||||
|
"width":1043,
|
||||||
|
"height":1079,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD
Normal file
BIN
iconsDownload/QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -187,6 +187,8 @@
|
||||||
"tpls": "eip155:940",
|
"tpls": "eip155:940",
|
||||||
"t2bpls": "eip155:941",
|
"t2bpls": "eip155:941",
|
||||||
"t3pls": "eip155:942",
|
"t3pls": "eip155:942",
|
||||||
|
"ccn": "eip155:970",
|
||||||
|
"ccnbeta": "eip155:971",
|
||||||
"yeti": "eip155:977",
|
"yeti": "eip155:977",
|
||||||
"top_evm": "eip155:980",
|
"top_evm": "eip155:980",
|
||||||
"top": "eip155:989",
|
"top": "eip155:989",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user