diff --git a/_data/chains/eip155-970.json b/_data/chains/eip155-970.json new file mode 100644 index 00000000..345ad002 --- /dev/null +++ b/_data/chains/eip155-970.json @@ -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" +} diff --git a/_data/chains/eip155-971.json b/_data/chains/eip155-971.json new file mode 100644 index 00000000..791605aa --- /dev/null +++ b/_data/chains/eip155-971.json @@ -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" +} diff --git a/_data/icons/ccn.json b/_data/icons/ccn.json new file mode 100644 index 00000000..64b7dfe8 --- /dev/null +++ b/_data/icons/ccn.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD", + "width":1043, + "height":1079, + "format":"png" + } +] diff --git a/_data/iconsDownload/QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD b/_data/iconsDownload/QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD new file mode 100644 index 00000000..cca91ee4 Binary files /dev/null and b/_data/iconsDownload/QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD differ