From 5f124e36e9a05b301994a5412c80c483ebe8826c Mon Sep 17 00:00:00 2001 From: Andreas Wuerl Date: Sat, 24 Sep 2022 12:48:31 +0200 Subject: [PATCH] update transit url to use WebSocket over TLS with standard port --- lib/constants/app_constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants/app_constants.dart b/lib/constants/app_constants.dart index 52033182..c1295c68 100644 --- a/lib/constants/app_constants.dart +++ b/lib/constants/app_constants.dart @@ -221,7 +221,7 @@ final Config magicWormholeIO = Config( final Config leastAuthority = Config( rendezvousUrl: "wss://mailbox.mw.leastauthority.com/v1", - transitRelayUrl: "tcp://relay.mw.leastauthority.com:4001", + transitRelayUrl: "wss://relay.mw.leastauthority.com/", appId: "lothar.com/wormhole/text-or-file-xfer", );