From 0c02ecab561328c00f271cefac48cc5f9433d9c8 Mon Sep 17 00:00:00 2001 From: Matt Halder Date: Wed, 30 Oct 2024 05:12:14 -0600 Subject: [PATCH] adding account 32, 33, and 34 endpoints to the clientconstants.js (#2607) Signed-off-by: Matt Halder --- src/constants/ClientConstants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/constants/ClientConstants.js b/src/constants/ClientConstants.js index 7aa50106c..36e09a498 100644 --- a/src/constants/ClientConstants.js +++ b/src/constants/ClientConstants.js @@ -32,6 +32,9 @@ export const MAINNET = { "https://node26.swirldslabs.com:443": new AccountId(29), "https://node27.swirldslabs.com:443": new AccountId(30), "https://node28.swirldslabs.com:443": new AccountId(31), + "https://node29.swirldslabs.com:443": new AccountId(32), + "https://node30.swirldslabs.com:443": new AccountId(33), + "https://node31.swirldslabs.com:443": new AccountId(34), }; export const WEB_TESTNET = {