From adb8628614d60adc4321b3d4e10d4fd0cd77b2a9 Mon Sep 17 00:00:00 2001 From: Benjamin Philipp Date: Fri, 18 Nov 2022 14:11:31 +0100 Subject: [PATCH] Add Firechain Mainnet & Rinia Testnet (#1844) * Add eip for thefirechain * Add icons for thefirechain * Remove explorer information for now * Remove explorer information for now * rename testnet and apply prettier formatting * update icon --- _data/chains/eip155-5290.json | 13 +++++++++++++ _data/chains/eip155-9170.json | 13 +++++++++++++ _data/icons/firechain.json | 8 ++++++++ _data/icons/rinia.json | 8 ++++++++ 4 files changed, 42 insertions(+) create mode 100644 _data/chains/eip155-5290.json create mode 100644 _data/chains/eip155-9170.json create mode 100644 _data/icons/firechain.json create mode 100644 _data/icons/rinia.json diff --git a/_data/chains/eip155-5290.json b/_data/chains/eip155-5290.json new file mode 100644 index 00000000..268c83e1 --- /dev/null +++ b/_data/chains/eip155-5290.json @@ -0,0 +1,13 @@ +{ + "name": "Firechain Mainnet", + "chain": "FIRE", + "icon": "firechain", + "rpc": ["https://mainnet.rpc1.thefirechain.com"], + "faucets": [], + "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, + "infoURL": "https://thefirechain.com", + "shortName": "fire", + "chainId": 5290, + "networkId": 5290, + "explorers": [] +} diff --git a/_data/chains/eip155-9170.json b/_data/chains/eip155-9170.json new file mode 100644 index 00000000..e84957af --- /dev/null +++ b/_data/chains/eip155-9170.json @@ -0,0 +1,13 @@ +{ + "name": "Rinia Testnet", + "chain": "FIRE", + "icon": "rinia", + "rpc": ["https://rinia.rpc1.thefirechain.com"], + "faucets": ["https://faucet.thefirechain.com"], + "nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 }, + "infoURL": "https://thefirechain.com", + "shortName": "tfire", + "chainId": 9170, + "networkId": 9170, + "explorers": [] +} diff --git a/_data/icons/firechain.json b/_data/icons/firechain.json new file mode 100644 index 00000000..9ff24902 --- /dev/null +++ b/_data/icons/firechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/rinia.json b/_data/icons/rinia.json new file mode 100644 index 00000000..c438ed10 --- /dev/null +++ b/_data/icons/rinia.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1", + "width": 512, + "height": 512, + "format": "png" + } +]