From e20a5cbf08845b05def4a0eb716f7f19179ca965 Mon Sep 17 00:00:00 2001 From: eunjay lee Date: Fri, 11 Mar 2022 12:21:54 +0900 Subject: [PATCH] Create Hupayx Network 2023, 22023 --- _data/chains/eip155-2023.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-22023.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 _data/chains/eip155-2023.json create mode 100644 _data/chains/eip155-22023.json diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json new file mode 100644 index 00000000..5379a36d --- /dev/null +++ b/_data/chains/eip155-2023.json @@ -0,0 +1,25 @@ +{ + "name": "Hupayx Testnet", + "chain": "HPX", + "rpc": [ + "http://rpc-test.hupayx.io", + "ws://rpc-ws-test.hupayx.io" + ], + "faucets": [ + + ], + "nativeCurrency": { + "name": "Hupayx", + "symbol": "HPX", + "decimals": 18 + }, + "infoURL": "http://hupayx.io", + "shortName": "hpx", + "chainId": 2023, + "networkId": 2023, + "explorers": [{ + "name": "HPX Explorer", + "url": "https://scan-test.hupayx.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json new file mode 100644 index 00000000..a42c4b9f --- /dev/null +++ b/_data/chains/eip155-22023.json @@ -0,0 +1,25 @@ +{ + "name": "Hupayx Mainnet", + "chain": "HPX", + "rpc": [ + "http://rpc.hupayx.io", + "ws://rpc-ws.hupayx.io" + ], + "faucets": [ + + ], + "nativeCurrency": { + "name": "Hupayx", + "symbol": "HPX", + "decimals": 18 + }, + "infoURL": "http://hupayx.io", + "shortName": "hpx", + "chainId": 22023, + "networkId": 22023, + "explorers": [{ + "name": "HPX Explorer", + "url": "https://scan.hupayx.io", + "standard": "EIP3091" + }] +}