Skip to content

Commit a72f5bb

Browse files
authored
feat: enable node32 (#3482)
Signed-off-by: Dan Alvizu <[email protected]>
1 parent ce281d3 commit a72f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/ClientConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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
34+
"node32.swirldslabs.com:443": new AccountId(35),
3535
"node33.swirldslabs.com:443": new AccountId(36),
3636
"node34.swirldslabs.com:443": new AccountId(37),
3737
};

0 commit comments

Comments
 (0)