Skip to content

Commit

Permalink
new web proxy for nodeAccountId 3
Browse files Browse the repository at this point in the history
Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v committed Dec 1, 2023
1 parent 2b7d727 commit 8c95c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/ClientConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import AccountId from "../account/AccountId.js";
// MAINNET node proxies are the same for both 'WebClient' and 'NativeClient'
export const MAINNET = {
"https://grpc-web.myhbarwallet.com:443": new AccountId(3),
"https://node00.swirldslabs.com:443": new AccountId(3),

Check warning on line 6 in src/constants/ClientConstants.js

View check run for this annotation

Codecov / codecov/patch

src/constants/ClientConstants.js#L6

Added line #L6 was not covered by tests
"https://node01-00-grpc.swirlds.com:443": new AccountId(4),
"https://node02.swirldslabs.com:443": new AccountId(5),
"https://node03.swirldslabs.com:443": new AccountId(6),
Expand Down

0 comments on commit 8c95c64

Please sign in to comment.