Skip to content

Commit

Permalink
Add two grpc-web endpoints for node27/28 to ClientConstants.js
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Lynn <[email protected]>
  • Loading branch information
ElijahLynn committed Nov 8, 2023
1 parent ff951ea commit 95f313c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/ClientConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const MAINNET = {
"https://node24.swirldslabs.com:443": new AccountId(27),
"https://node25.swirldslabs.com:443": new AccountId(28),
"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://node27.swirldslabs.com:443": new AccountId(30),
"https://node28.swirldslabs.com:443": new AccountId(31),
};

export const WEB_TESTNET = {
Expand Down

0 comments on commit 95f313c

Please sign in to comment.