Skip to content

Commit

Permalink
Fixing connection issues (#1342)
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Bertone <[email protected]>
  • Loading branch information
Neurone committed Dec 15, 2022
1 parent cc1d431 commit d880996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/NodeClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const MirrorNetwork = {

MAINNET: ["mainnet-public.mirrornode.hedera.com:443"],
TESTNET: ["hcs.testnet.mirrornode.hedera.com:5600"],
PREVIEWNET: ["hcs.previewnet.mirrornode.hedera.com:5600"],
PREVIEWNET: ["previewnet.mirrornode.hedera.com:443"],
LOCAL_NODE: ["127.0.0.1:5600"],
};

Expand Down

0 comments on commit d880996

Please sign in to comment.