We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce443d1 commit 1b35118Copy full SHA for 1b35118
src/constants/ClientConstants.js
@@ -31,6 +31,9 @@ export const MAINNET = {
31
"node29.swirldslabs.com:443": new AccountId(32),
32
"node30.swirldslabs.com:443": new AccountId(33),
33
"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),
37
};
38
39
export const WEB_TESTNET = {
0 commit comments