mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@93991ff0c5 🚀
This commit is contained in:
parent
fda3fd4ab3
commit
706457c80c
|
@ -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
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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
8
icons/cicchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU",
|
||||||
|
"width": 1024,
|
||||||
|
"height": 768,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user