From 48611b4c9b159cff16b37984431e627e63dc9dfe Mon Sep 17 00:00:00 2001 From: Pedro Magalhaes Date: Sat, 19 Feb 2022 22:25:23 -0300 Subject: [PATCH] update logo and explorer added --- _data/chains/eip155-1197.json | 10 +++++++++- _data/icons/iorachain.json | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-1197.json b/_data/chains/eip155-1197.json index fa2f2622..fa0b6f60 100644 --- a/_data/chains/eip155-1197.json +++ b/_data/chains/eip155-1197.json @@ -13,5 +13,13 @@ "infoURL": "https://iorachain.com", "shortName": "iora", "chainId": 1197, - "networkId": 1197 + "networkId": 1197, + "explorers": [ + { + "name": "ioraexplorer", + "url": "https://explorer.iorachain.com", + "standard": "EIP3091" + } + ] } + diff --git a/_data/icons/iorachain.json b/_data/icons/iorachain.json index ffe12e8a..27545381 100644 --- a/_data/icons/iorachain.json +++ b/_data/icons/iorachain.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://bafybeidlq74wufudcig44h67d3len37ro3y4aw4vtigl7ofczx4cjkqpza", - "width": 150, - "height": 150, + "url": "ipfs://bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi", + "width": 250, + "height": 250, "format": "png" } ]