From a491beb57e17cbf16e37659a8b28a4430adef3e7 Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Sun, 17 Mar 2024 19:47:39 +0100 Subject: [PATCH] add hydradx mainnet 222222 --- _data/chains/eip155-222222.json | 27 +++++++++++++++++++++++++++ _data/icons/hydradx.json | 8 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 _data/chains/eip155-222222.json create mode 100644 _data/icons/hydradx.json diff --git a/_data/chains/eip155-222222.json b/_data/chains/eip155-222222.json new file mode 100644 index 000000000000..19565f3ee0bb --- /dev/null +++ b/_data/chains/eip155-222222.json @@ -0,0 +1,27 @@ +{ + "name": "HydraDX", + "chain": "HDX", + "rpc": [ + "https://rpc.hydradx.cloud", + "wss://rpc.hydradx.cloud" + ], + "faucets": [], + "nativeCurrency": { + "name": "Wrapped ETH", + "symbol": "WETH", + "decimals": 18 + }, + "infoURL": "https://hydradx.io", + "shortName": "hdx", + "chainId": 222222, + "networkId": 222222, + "icon": "hydradx", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.evm.hydration.cloud", + "standard": "EIP3091" + } + ] + } + \ No newline at end of file diff --git a/_data/icons/hydradx.json b/_data/icons/hydradx.json new file mode 100644 index 000000000000..678edc81028d --- /dev/null +++ b/_data/icons/hydradx.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQFuoM3HjsEkmQkbcp9QRawmKBD21xQLMNUfrVKPi8Phd", + "width": 2000, + "height": 2000, + "format": "svg" + } +]