From 71ebd777f040f8d634feef07153e07cdbe007124 Mon Sep 17 00:00:00 2001 From: TechInfoCentral Date: Sat, 21 Sep 2024 13:29:36 +0000 Subject: [PATCH] Added Iure Mainnet & Testnet --- _data/chains/eip155-968312.json | 22 ++++++++++++++++++++++ _data/chains/eip155-968313.json | 21 +++++++++++++++++++++ _data/icons/starbound.json | 8 ++++++++ 3 files changed, 51 insertions(+) create mode 100644 _data/chains/eip155-968312.json create mode 100644 _data/chains/eip155-968313.json create mode 100644 _data/icons/starbound.json diff --git a/_data/chains/eip155-968312.json b/_data/chains/eip155-968312.json new file mode 100644 index 000000000000..1b655ef00428 --- /dev/null +++ b/_data/chains/eip155-968312.json @@ -0,0 +1,22 @@ +{ + "name": "Iure", + "chain": "IURE", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Iure", + "symbol": "IURE", + "decimals": 18 + }, + "infoURL": [], + "shortName": "Iure", + "chainId": 968312, + "networkId": 968312, + "slip44": 1, + "explorers": [], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [] + } +} \ No newline at end of file diff --git a/_data/chains/eip155-968313.json b/_data/chains/eip155-968313.json new file mode 100644 index 000000000000..da44032e0da0 --- /dev/null +++ b/_data/chains/eip155-968313.json @@ -0,0 +1,21 @@ +{ + "name": "Iure Testnet", + "chain": "IURE", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Iure", + "symbol": "IURE", + "decimals": 18 + }, + "infoURL": [], + "shortName": "starbound", + "chainId": 968312, + "networkId": 968312, + "slip44": 1, + "explorers": [], + "parent": { + "type": "L2", + "chain": "eip155-11155111" + } +} \ No newline at end of file diff --git a/_data/icons/starbound.json b/_data/icons/starbound.json new file mode 100644 index 000000000000..caeace710e8f --- /dev/null +++ b/_data/icons/starbound.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmemCkbwvveUiENdRC9YFxyayKx43WRMNf53Qtne26r4vy", + "width": 500, + "height": 500, + "format": "png" + } +]