mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-31 20:44:53 -04:00
Merge #615
615: Update default Monero node URLs and info r=thomaseizinger a=da-kami xmr.to nodes are not served at the xmr.to domain but moved to melo.tools Co-authored-by: Daniel Karzel <daniel@comit.network>
This commit is contained in:
commit
9fc53d3f84
3 changed files with 5 additions and 6 deletions
|
@ -13,8 +13,8 @@ use url::Url;
|
|||
use uuid::Uuid;
|
||||
|
||||
// See: https://moneroworld.com/
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS: &str = "node.xmr.to:18081";
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS_STAGENET: &str = "monero-stagenet.exan.tech:38081";
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS: &str = "node.melo.tools:18081";
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS_STAGENET: &str = "stagenet.melo.tools:38081";
|
||||
|
||||
// See: https://1209k.com/bitcoin-eye/ele.php?chain=btc
|
||||
const DEFAULT_ELECTRUM_RPC_URL: &str = "ssl://electrum.blockstream.info:50002";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue