mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added icon (#2542)
* added icon * changed the image id * Changed icon size * modify json * added new image * added new image cid * remove extra slash from image url * formatted the json * formatted gather.json --------- Co-authored-by: Vinod Kumar Sharma <vinod@sourcebase.in> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
f2dfea5c22
commit
8c40c07487
|
@ -12,10 +12,12 @@
|
|||
"shortName": "GTH",
|
||||
"chainId": 192837465,
|
||||
"networkId": 192837465,
|
||||
"icon": "gather",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Blockscout",
|
||||
"url": "https://explorer.gather.network",
|
||||
"icon": "gather",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,10 +12,12 @@
|
|||
"shortName": "tGTH",
|
||||
"chainId": 356256156,
|
||||
"networkId": 356256156,
|
||||
"icon": "gather",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Blockscout",
|
||||
"url": "https://testnet-explorer.gather.network",
|
||||
"icon": "gather",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
|
|
8
_data/icons/gather.json
Normal file
8
_data/icons/gather.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeoEHUVYKSJFkM9o5j62rhQqCDN5iQxPC7PtzmH77rSWR",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user