mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
swaps: update server URL
This commit is contained in:
parent
4bda882695
commit
599797c966
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue