swaps: update server URL
This commit is contained in:
@@ -24,8 +24,8 @@ if TYPE_CHECKING:
|
|||||||
from .wallet import Abstract_Wallet
|
from .wallet import Abstract_Wallet
|
||||||
|
|
||||||
|
|
||||||
API_URL_MAINNET = 'https://lightning.electrum.org/api'
|
API_URL_MAINNET = 'https://swaps.electrum.org/api'
|
||||||
API_URL_TESTNET = 'https://lightning.electrum.org/testnet'
|
API_URL_TESTNET = 'https://swaps.electrum.org/testnet'
|
||||||
API_URL_REGTEST = 'https://localhost/api'
|
API_URL_REGTEST = 'https://localhost/api'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user