mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
9d4ef6f5c2
commit
f8a688e8a7
22
_data/chains/eip155-1252.json
Normal file
22
_data/chains/eip155-1252.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-1353.json
Normal file
22
_data/chains/eip155-1353.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user