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:
Vinod Kumar Sharma 2023-04-06 18:55:04 +05:30 committed by GitHub
parent f2dfea5c22
commit 8c40c07487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -12,10 +12,12 @@
"shortName": "GTH",
"chainId": 192837465,
"networkId": 192837465,
"icon": "gather",
"explorers": [
{
"name": "Blockscout",
"url": "https://explorer.gather.network",
"icon": "gather",
"standard": "none"
}
]

View File

@ -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
View File

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