We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d771eef commit c54dd19Copy full SHA for c54dd19
crates/utils/src/esplora_client.rs
@@ -8,8 +8,8 @@ use serde::Deserialize;
8
use std::str::FromStr;
9
use tracing::*;
10
11
-const ESPLORA_MAINNET_URL: &str = "https://blockstream.info/api/";
12
-const ESPLORA_TESTNET_URL: &str = "https://blockstream.info/testnet/api/";
+const ESPLORA_TESTNET_URL: &str = "https://btc-testnet.interlay.io";
+const ESPLORA_MAINNET_URL: &str = "https://btc-mainnet.interlay.io";
13
const ESPLORA_LOCALHOST_URL: &str = "http://localhost:3002";
14
const ESPLORA_SIGNET_URL: &str = "https://btc-signet.gobob.xyz";
15
0 commit comments