Deploying to gh-pages from @ ethereum-lists/chains@93991ff0c5 🚀

This commit is contained in:
ligi 2022-12-11 21:11:38 +00:00
parent fda3fd4ab3
commit 706457c80c
7 changed files with 26 additions and 2 deletions

View File

@ -750,6 +750,14 @@
"height": 500, "height": 500,
"format": "png" "format": "png"
}] }]
}, {
"name": "cicchain",
"icons": [{
"url": "ipfs://QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU",
"width": 1024,
"height": 768,
"format": "png"
}]
}, { }, {
"name": "phoenix", "name": "phoenix",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12,10 +12,12 @@
"shortName": "CICT", "shortName": "CICT",
"chainId": 1252, "chainId": 1252,
"networkId": 1252, "networkId": 1252,
"icon": "cicchain",
"explorers": [ "explorers": [
{ {
"name": "CICscan", "name": "CICscan",
"url": "https://testnet.cicscan.com", "url": "https://testnet.cicscan.com",
"icon": "cicchain",
"standard": "EIP3091" "standard": "EIP3091"
} }
] ]

View File

@ -12,10 +12,12 @@
"shortName": "CIC", "shortName": "CIC",
"chainId": 1353, "chainId": 1353,
"networkId": 1353, "networkId": 1353,
"icon": "cicchain",
"explorers": [ "explorers": [
{ {
"name": "CICscan", "name": "CICscan",
"url": "https://cicscan.com", "url": "https://cicscan.com",
"icon": "cicchain",
"standard": "EIP3091" "standard": "EIP3091"
} }
] ]

View File

@ -4624,9 +4624,11 @@
"shortName": "CICT", "shortName": "CICT",
"chainId": 1252, "chainId": 1252,
"networkId": 1252, "networkId": 1252,
"icon": "cicchain",
"explorers": [{ "explorers": [{
"name": "CICscan", "name": "CICscan",
"url": "https://testnet.cicscan.com", "url": "https://testnet.cicscan.com",
"icon": "cicchain",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {
@ -4879,9 +4881,11 @@
"shortName": "CIC", "shortName": "CIC",
"chainId": 1353, "chainId": 1353,
"networkId": 1353, "networkId": 1353,
"icon": "cicchain",
"explorers": [{ "explorers": [{
"name": "CICscan", "name": "CICscan",
"url": "https://cicscan.com", "url": "https://cicscan.com",
"icon": "cicchain",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {

8
icons/cicchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU",
"width": 1024,
"height": 768,
"format": "png"
}
]