From ef8818f3268438289a9e8066efe623754fbbbfce Mon Sep 17 00:00:00 2001 From: Pedro Magalhaes Date: Fri, 18 Feb 2022 17:31:23 -0300 Subject: [PATCH] iorachain --- _data/chains/eip155-1197.json | 16 ++++++++++++++++ _data/icons/iorachain.json | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 _data/chains/eip155-1197.json create mode 100644 _data/icons/iorachain.json diff --git a/_data/chains/eip155-1197.json b/_data/chains/eip155-1197.json new file mode 100644 index 00000000..d96611de --- /dev/null +++ b/_data/chains/eip155-1197.json @@ -0,0 +1,16 @@ +{ + "name": "Iora Chain", + "chain": "IORA", + "network": "iorachain", + "icon": "iorachain", + "rpc": ["https://dataseed.iorachain.com"], + "nativeCurrency": { + "name": "Iora", + "symbol": "IORA", + "decimals": 18 + }, + "infoURL": "https://iorachain.com", + "shortName": "iora", + "chainId": 1197, + "networkId": 1197 +} diff --git a/_data/icons/iorachain.json b/_data/icons/iorachain.json new file mode 100644 index 00000000..ffe12e8a --- /dev/null +++ b/_data/icons/iorachain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeidlq74wufudcig44h67d3len37ro3y4aw4vtigl7ofczx4cjkqpza", + "width": 150, + "height": 150, + "format": "png" + } +]