From 41a4065ff443a2c642ee3f565b86906db7410d08 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:44:08 +0200 Subject: [PATCH] Add Breez electrum server for Liquid Mainnet --- lib/core/src/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/model.rs b/lib/core/src/model.rs index c0131bb..cde2a1f 100644 --- a/lib/core/src/model.rs +++ b/lib/core/src/model.rs @@ -56,7 +56,7 @@ pub struct Config { impl Config { pub fn mainnet(breez_api_key: String) -> Self { Config { - liquid_electrum_url: "elements-mainnet.blockstream.info:50002".to_string(), + liquid_electrum_url: "elements-mainnet.breez.technology:50002".to_string(), bitcoin_electrum_url: "bitcoin-mainnet.blockstream.info:50002".to_string(), mempoolspace_url: "https://mempool.space/api".to_string(), working_dir: ".".to_string(),