swaps: update server URL

This commit is contained in:
ThomasV 2020-06-22 12:15:31 +02:00
parent 4bda882695
commit 599797c966

View file

@ -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'