commit 599797c966eca83bc246c8f50c4b9610ebf82be9 parent 4bda8826957ed84927cf8399e62d9abbf1ee5eb0 Author: ThomasV <thomasv@electrum.org> Date: Mon, 22 Jun 2020 12:15:31 +0200 swaps: update server URL Diffstat:
M | electrum/submarine_swaps.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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'