From 599797c966eca83bc246c8f50c4b9610ebf82be9 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 22 Jun 2020 12:15:31 +0200 Subject: [PATCH] swaps: update server URL --- electrum/submarine_swaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/submarine_swaps.py b/electrum/submarine_swaps.py index fe0515284..251197ed2 100644 --- a/electrum/submarine_swaps.py +++ b/electrum/submarine_swaps.py @@ -24,8 +24,8 @@ if TYPE_CHECKING: from .wallet import Abstract_Wallet -API_URL_MAINNET = 'https://lightning.electrum.org/api' -API_URL_TESTNET = 'https://lightning.electrum.org/testnet' +API_URL_MAINNET = 'https://swaps.electrum.org/api' +API_URL_TESTNET = 'https://swaps.electrum.org/testnet' API_URL_REGTEST = 'https://localhost/api'