Browse Source

swaps: update server URL

bip39-recovery
ThomasV 5 years ago
parent
commit
599797c966
  1. 4
      electrum/submarine_swaps.py

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

Loading…
Cancel
Save