Skip to content

Commit 1b35118

Browse files
feat: add new grpc web proxies (#3384)
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent ce443d1 commit 1b35118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/constants/ClientConstants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export const MAINNET = {
3131
"node29.swirldslabs.com:443": new AccountId(32),
3232
"node30.swirldslabs.com:443": new AccountId(33),
3333
"node31.swirldslabs.com:443": new AccountId(34),
34+
// "node32.swirldslabs.com:443": new AccountId(35), - temporarily disabled
35+
"node33.swirldslabs.com:443": new AccountId(36),
36+
"node34.swirldslabs.com:443": new AccountId(37),
3437
};
3538

3639
export const WEB_TESTNET = {

0 commit comments

Comments
 (0)