Update default Monero node URLs and info

xmr.to nodes are not served at the xmr.to domain but moved to melo.tools
This commit is contained in:
Daniel Karzel 2021-07-08 10:35:18 +10:00
parent ab24f7bce5
commit 0dc3943d9c
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E
3 changed files with 5 additions and 6 deletions

View file

@ -12,8 +12,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";