From 6943b8681644d13493cc6938caf84f84dc567bd8 Mon Sep 17 00:00:00 2001 From: quarix-tech <126239256+quarix-tech@users.noreply.github.com> Date: Sun, 26 Mar 2023 16:45:41 +0700 Subject: [PATCH] Add quarix Blockchain mainnet and testnet (#2356) * Add quarix Blockchain mainnet and testnet * Update testnet shortname to be unique * Add quarix logo * Change ChainID and Filename --------- Co-authored-by: ligi --- _data/chains/eip155-8888881.json | 18 ++++++++++++++++++ _data/chains/eip155-8888888.json | 18 ++++++++++++++++++ _data/icons/quarix.json | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-8888881.json create mode 100644 _data/chains/eip155-8888888.json create mode 100644 _data/icons/quarix.json diff --git a/_data/chains/eip155-8888881.json b/_data/chains/eip155-8888881.json new file mode 100644 index 00000000..ddbba9ac --- /dev/null +++ b/_data/chains/eip155-8888881.json @@ -0,0 +1,18 @@ +{ + "name": "Quarix Testnet", + "chain": "Quarix", + "status": "incubating", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Q", + "symbol": "Q", + "decimals": 18 + }, + "infoURL": "", + "shortName": "quarix-testnet", + "chainId": 8888881, + "networkId": 8888881, + "icon": "quarix", + "explorers": [] +} diff --git a/_data/chains/eip155-8888888.json b/_data/chains/eip155-8888888.json new file mode 100644 index 00000000..74a89b15 --- /dev/null +++ b/_data/chains/eip155-8888888.json @@ -0,0 +1,18 @@ +{ + "name": "Quarix", + "chain": "Quarix", + "status": "incubating", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Q", + "symbol": "Q", + "decimals": 18 + }, + "infoURL": "", + "shortName": "quarix", + "chainId": 8888888, + "networkId": 8888888, + "icon": "quarix", + "explorers": [] +} diff --git a/_data/icons/quarix.json b/_data/icons/quarix.json new file mode 100644 index 00000000..0ec85cec --- /dev/null +++ b/_data/icons/quarix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZmY6xVNzRAGwyT64PuyHaQ33BR84HEWvTVf6YHPW7kvQ", + "width": 1024, + "height": 1024, + "format": "png" + } +]