mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-12 17:13:02 -04:00
Merge #975
975: change to rino docker containers r=lescuer97 a=lescuer97 this is for updating from the melo tools dockers to the rino ones Fixes #969 Co-authored-by: leonardo <leoescuer@protonmail.com>
This commit is contained in:
commit
f4d2e8fc8c
4 changed files with 6 additions and 5 deletions
|
@ -15,8 +15,8 @@ use url::Url;
|
|||
use uuid::Uuid;
|
||||
|
||||
// See: https://moneroworld.com/
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS: &str = "node.melo.tools:18081";
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS_STAGENET: &str = "stagenet.melo.tools:38081";
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS: &str = "node.community.rino.io:18081";
|
||||
pub const DEFAULT_MONERO_DAEMON_ADDRESS_STAGENET: &str = "stagenet.community.rino.io:38081";
|
||||
|
||||
// See: https://1209k.com/bitcoin-eye/ele.php?chain=btc
|
||||
const DEFAULT_ELECTRUM_RPC_URL: &str = "ssl://blockstream.info:700";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue