mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-14 17:26:11 -04:00
Test URL creation for default electrum HTTP API
This commit is contained in:
parent
d296c22ecf
commit
bc1d2bda54
2 changed files with 42 additions and 4 deletions
|
@ -11,7 +11,7 @@ use std::{
|
|||
use tracing::info;
|
||||
use url::Url;
|
||||
|
||||
const DEFAULT_ELECTRUM_HTTP_URL: &str = "https://blockstream.info/testnet/api/";
|
||||
pub const DEFAULT_ELECTRUM_HTTP_URL: &str = "https://blockstream.info/testnet/api/";
|
||||
const DEFAULT_ELECTRUM_RPC_URL: &str = "ssl://electrum.blockstream.info:60002";
|
||||
const DEFAULT_MONERO_WALLET_RPC_TESTNET_URL: &str = "http://127.0.0.1:38083/json_rpc";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue