Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 4b5fa77

Browse files
committed
Use mutiny mempool space by default
1 parent 36b8046 commit 4b5fa77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mutiny-core/src/onchain.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -615,10 +615,8 @@ pub(crate) fn get_esplora_url(network: Network, user_provided_url: Option<String
615615
url
616616
} else {
617617
match network {
618-
Network::Bitcoin => "https://mempool.space/api https://blockstream.info/api",
619-
Network::Testnet => {
620-
"https://mempool.space/testnet/api https://blockstream.info/testnet/api"
621-
}
618+
Network::Bitcoin => "https://mutiny.mempool.space/api",
619+
Network::Testnet => "https://mempool.space/testnet/api",
622620
Network::Signet => "https://mutinynet.com/api",
623621
Network::Regtest => "http://localhost:3003",
624622
}

0 commit comments

Comments
 (0)