From e2368f906ad874e0308c0685ec915471665d1b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bordalo?= Date: Sun, 3 Mar 2024 19:19:06 +0000 Subject: [PATCH] fix bug with boltz testnet url (#529) --- src/pkg/boltz.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/boltz.ts b/src/pkg/boltz.ts index 0a98d6f8..0d9cf8c0 100644 --- a/src/pkg/boltz.ts +++ b/src/pkg/boltz.ts @@ -174,7 +174,7 @@ export interface BoltzPair { export const boltzUrl: Record = { regtest: 'http://localhost:9090', - testnet: 'https://api.testnet.boltz.exchange/', + testnet: 'https://api.testnet.boltz.exchange', liquid: 'https://api.boltz.exchange', };