From e1d445035fc4b24e37a2bafb919c754365f3596d Mon Sep 17 00:00:00 2001 From: Danny Morabito Date: Tue, 5 Aug 2025 18:31:26 +0200 Subject: [PATCH] typo --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 5b68219..653f975 100644 --- a/index.ts +++ b/index.ts @@ -110,7 +110,7 @@ export default class PortalBtcWallet { workingDir: ".", network: this.network, paymentTimeoutSec: 15, - syncServiceUrl: "https://datasync.breez.technology", + syncServiceUrl: "https://datasync.breez.technology:442", breezApiKey: this.breezApiKey, sideswapApiKey: "97fb6a1dfa37ee6656af92ef79675cc03b8ac4c52e04655f41edbd5af888dcc2", useDefaultExternalInputParsers: true,