From e23373c30ddc3d68ac7b535c607b0e68fd9eafff Mon Sep 17 00:00:00 2001 From: eunjay lee Date: Mon, 14 Mar 2022 09:50:38 +0900 Subject: [PATCH] modify testnet shortName --- _data/chains/eip155-2023.json | 17 ++++++++--------- _data/chains/eip155-22023.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json index 0cb4b0f4..711d926c 100644 --- a/_data/chains/eip155-2023.json +++ b/_data/chains/eip155-2023.json @@ -2,25 +2,24 @@ "name": "Hupayx Testnet", "chain": "HPX", "rpc": [ - "http://rpc-test.hupayx.io", - "ws://rpc-ws-test.hupayx.io" + "http://rpc-test.hupayx.io:8545", + "ws://rpc-ws-test.hupayx.io:8546" ], "faucets": [ - + "http://faucet-test.hupayx.io/" ], "nativeCurrency": { - "name": "Hupayx", - "symbol": "HPX", + "name": "Hupayx Test Coin", + "symbol": "THPX", "decimals": 18 }, "infoURL": "http://hupayx.io", - "shortName": "hpx", + "shortName": "thpx", "chainId": 2023, "networkId": 2023, - "icon": "hupayx", "explorers": [{ - "name": "HPX Explorer", - "url": "https://scan-test.hupayx.io", + "name": "HPX Test Explorer", + "url": "http://evmscan-test.hupayx.io/", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json index 15952228..d2f54c53 100644 --- a/_data/chains/eip155-22023.json +++ b/_data/chains/eip155-22023.json @@ -2,8 +2,8 @@ "name": "Hupayx Mainnet", "chain": "HPX", "rpc": [ - "http://rpc.hupayx.io", - "ws://rpc-ws.hupayx.io" + "https://rpc.hupayx.io:8545", + "wss://rpc-ws.hupayx.io:8546" ], "faucets": [