feat(cli): Change default electrum testnet server

This commit is contained in:
binarybaron 2024-08-28 13:53:30 +02:00
parent aac366ffc9
commit 8208b2f8cc
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E

View file

@ -27,7 +27,7 @@ pub const DEFAULT_MONERO_DAEMON_ADDRESS_STAGENET: &str = "stagenet.community.rin
// See: https://1209k.com/bitcoin-eye/ele.php?chain=btc
const DEFAULT_ELECTRUM_RPC_URL: &str = "ssl://blockstream.info:700";
// See: https://1209k.com/bitcoin-eye/ele.php?chain=tbtc
pub const DEFAULT_ELECTRUM_RPC_URL_TESTNET: &str = "ssl://electrum.blockstream.info:60002";
pub const DEFAULT_ELECTRUM_RPC_URL_TESTNET: &str = "ssl://bitcoin-testnet.stackwallet.com:51002";
const DEFAULT_BITCOIN_CONFIRMATION_TARGET: usize = 1;
pub const DEFAULT_BITCOIN_CONFIRMATION_TARGET_TESTNET: usize = 1;