From 8c95c6416b79050eb45807bc4925d331f7351970 Mon Sep 17 00:00:00 2001 From: svetoslav-nikol0v Date: Fri, 1 Dec 2023 10:51:48 +0200 Subject: [PATCH] new web proxy for nodeAccountId 3 Signed-off-by: svetoslav-nikol0v --- src/constants/ClientConstants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/ClientConstants.js b/src/constants/ClientConstants.js index ae6f7d870..7aa50106c 100644 --- a/src/constants/ClientConstants.js +++ b/src/constants/ClientConstants.js @@ -3,6 +3,7 @@ import AccountId from "../account/AccountId.js"; // MAINNET node proxies are the same for both 'WebClient' and 'NativeClient' export const MAINNET = { "https://grpc-web.myhbarwallet.com:443": new AccountId(3), + "https://node00.swirldslabs.com:443": new AccountId(3), "https://node01-00-grpc.swirlds.com:443": new AccountId(4), "https://node02.swirldslabs.com:443": new AccountId(5), "https://node03.swirldslabs.com:443": new AccountId(6),