From f8a688e8a7a36629ae84aeefd77db9f4fd77524f Mon Sep 17 00:00:00 2001 From: aUselessChris <118456568+aUselessChris@users.noreply.github.com> Date: Mon, 5 Dec 2022 00:43:14 +0100 Subject: [PATCH] Add CIC main- and testnet (#1940) * Create eip155-1252.json * Create eip155-1353.json * Update _data/chains/eip155-1252.json * Update _data/chains/eip155-1353.json * Update eip155-1353.json Prettier * Update eip155-1252.json Prettier * Update eip155-1252.json * Update eip155-1353.json * Update _data/chains/eip155-1252.json * Update eip155-1252.json * Update eip155-1252.json * Update eip155-1353.json * Update eip155-1252.json * Update eip155-1353.json Co-authored-by: ligi --- _data/chains/eip155-1252.json | 22 ++++++++++++++++++++++ _data/chains/eip155-1353.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-1252.json create mode 100644 _data/chains/eip155-1353.json diff --git a/_data/chains/eip155-1252.json b/_data/chains/eip155-1252.json new file mode 100644 index 00000000..333ee340 --- /dev/null +++ b/_data/chains/eip155-1252.json @@ -0,0 +1,22 @@ +{ + "name": "CIC Chain Testnet", + "chain": "CICT", + "rpc": ["https://testapi.cicscan.com"], + "faucets": ["https://cicfaucet.com"], + "nativeCurrency": { + "name": "Crazy Internet Coin", + "symbol": "CICT", + "decimals": 18 + }, + "infoURL": "https://www.cicchain.net", + "shortName": "CICT", + "chainId": 1252, + "networkId": 1252, + "explorers": [ + { + "name": "CICscan", + "url": "https://testnet.cicscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1353.json b/_data/chains/eip155-1353.json new file mode 100644 index 00000000..d308c686 --- /dev/null +++ b/_data/chains/eip155-1353.json @@ -0,0 +1,22 @@ +{ + "name": "CIC Chain Mainnet", + "chain": "CIC", + "rpc": ["https://xapi.cicscan.com"], + "faucets": [], + "nativeCurrency": { + "name": "Crazy Internet Coin", + "symbol": "CIC", + "decimals": 18 + }, + "infoURL": "https://www.cicchain.net", + "shortName": "CIC", + "chainId": 1353, + "networkId": 1353, + "explorers": [ + { + "name": "CICscan", + "url": "https://cicscan.com", + "standard": "EIP3091" + } + ] +}