mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add icon to eip155-1252 and eip155-1353 (#2006)
* 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 * Create cicchain.json * Update cicchain.json * Update eip155-1353.json * Update eip155-1252.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
acaa12e2f6
commit
93991ff0c5
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
8
_data/icons/cicchain.json
Normal file
8
_data/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