From 67285d4ab18aafd05196eeb4be09b21be5625a8c Mon Sep 17 00:00:00 2001 From: HaynarCool <90171310+HaynarCool@users.noreply.github.com> Date: Wed, 29 May 2024 21:10:12 +0800 Subject: [PATCH] Update Gravity Icon (#5163) * feat: Add Gravity Alpha Mainnet (#1) * feat: Add Gravity Alpha Mainnet * chore: update chain id to 1625 * chore: update chain info * Update eip155-71.json * chore: add parent chain info * fix: gravity parent chain * chore: format gravity json * fix: url slash * chore: update gravity icon * Update gravity.json --------- Co-authored-by: ligi --- _data/icons/gravity.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/icons/gravity.json b/_data/icons/gravity.json index e6facc19076d..ede1f7bb1891 100644 --- a/_data/icons/gravity.json +++ b/_data/icons/gravity.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmZR15YFtH3EyQp3V7vPkm8PFyevXs2w3y2Trf2k6ikVQL", - "width": 480, - "height": 480, + "url": "ipfs://QmU5XU4S5oaGM5fj8oU1ovhWoXCzGWspwRj2zWRTuJrU4k", + "width": 512, + "height": 512, "format": "png" } ]