From cf524bcb986e12fc5d57de6cfb3d69330ceeb6ed Mon Sep 17 00:00:00 2001 From: Prajjwol Gautam Date: Mon, 3 Jan 2022 14:33:27 -0800 Subject: [PATCH] New evmos logo added --- _data/chains/eip155-9000.json | 7 +++++-- _data/chains/eip155-9001.json | 7 +++++-- _data/icons/evmos.json | 14 +++++++------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json index de7ce6a8..f43099ab 100644 --- a/_data/chains/eip155-9000.json +++ b/_data/chains/eip155-9000.json @@ -13,16 +13,19 @@ "shortName": "evmos-mons", "chainId": 9000, "networkId": 9000, + "icon": "evmos", "explorers": [ { "name": "Evmos EVM Explorer (Blockscout)", "url": "https://evm.evmos.org", - "standard": "none" + "standard": "none", + "icon": "evmos" }, { "name": "Evmos Cosmos Explorer (Big Dipper)", "url": "https://explorer.evmos.org", - "standard": "none" + "standard": "none", + "icon": "evmos" } ] } diff --git a/_data/chains/eip155-9001.json b/_data/chains/eip155-9001.json index 54f5837d..280e7bc1 100644 --- a/_data/chains/eip155-9001.json +++ b/_data/chains/eip155-9001.json @@ -13,16 +13,19 @@ "shortName": "evmos", "chainId": 9001, "networkId": 9001, + "icon": "evmos", "explorers": [ { "name": "Evmos EVM Explorer (Blockscout)", "url": "https://evm.evmos.org", - "standard": "none" + "standard": "none", + "icon": "evmos" }, { "name": "Evmos Cosmos Explorer (Big Dipper)", "url": "https://explorer.evmos.org", - "standard": "none" + "standard": "none", + "icon": "evmos" } ] } diff --git a/_data/icons/evmos.json b/_data/icons/evmos.json index fb1292e1..88a52748 100644 --- a/_data/icons/evmos.json +++ b/_data/icons/evmos.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmU1avSagPdrjV7YuDc4faj5cjezrdNDjDTohLCyw7fPku", - "width": 1600, - "height": 1600, - "format": "png" - } -] + { + "url": "ipfs://Qmc4nHKSTgRwhpc5gpUnd7cQb7ooUgkcMxSbJcDAjJqx6T", + "width": 1000, + "height": 620, + "format": "svg" + } +] \ No newline at end of file