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 <ligi@ligi.de>
This commit is contained in:
aUselessChris 2022-12-05 00:43:14 +01:00 committed by GitHub
parent 9d4ef6f5c2
commit f8a688e8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}