Skip to content

Commit

Permalink
adding account 32, 33, and 34 endpoints to the clientconstants.js (#2607
Browse files Browse the repository at this point in the history
)

Signed-off-by: Matt Halder <[email protected]>
  • Loading branch information
rustyShacklefurd authored Oct 30, 2024
1 parent c4bbecf commit 0c02eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants/ClientConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0c02eca

Please sign in to comment.