From 6862abb24bd3de164009f09519dcd0bee77910d0 Mon Sep 17 00:00:00 2001 From: loglos <31063492+loglos@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:44:17 +0800 Subject: [PATCH] Update eip155-269.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello! I'd like to request to update High Performance Blockchain information。 At present, the RPC node information is updated to https://hpbnode.com Please approve. Tks --- _data/chains/eip155-269.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-269.json b/_data/chains/eip155-269.json index a6e7142e..34bc1361 100644 --- a/_data/chains/eip155-269.json +++ b/_data/chains/eip155-269.json @@ -3,17 +3,24 @@ "chain": "HPB", "network": "mainnet", "rpc": [ - "https://hpb.app" + "https://hpbnode.com", + "wss://ws.hpbnode.com" + ], + "faucets": [ + "https://myhpbwallet.com/" ], - "faucets": [], "nativeCurrency": { "name": "High Performance Blockchain Ether", "symbol": "HPB", "decimals": 18 }, - "infoURL": "https://hpbscan.org/", + "infoURL": "https://hpb.io", "shortName": "hpb", "chainId": 269, - "networkId": 100, - "slip44": 269 + "networkId": 269, + "slip44": 269, + "explorers": [{ + "name": "hpbscan", + "url": "https://hpbscan.org/" + }] }