Skip to content

Commit c54dd19

Browse files
committed
feat: update urls
1 parent d771eef commit c54dd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/utils/src/esplora_client.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ use serde::Deserialize;
88
use std::str::FromStr;
99
use tracing::*;
1010

11-
const ESPLORA_MAINNET_URL: &str = "https://blockstream.info/api/";
12-
const ESPLORA_TESTNET_URL: &str = "https://blockstream.info/testnet/api/";
11+
const ESPLORA_TESTNET_URL: &str = "https://btc-testnet.interlay.io";
12+
const ESPLORA_MAINNET_URL: &str = "https://btc-mainnet.interlay.io";
1313
const ESPLORA_LOCALHOST_URL: &str = "http://localhost:3002";
1414
const ESPLORA_SIGNET_URL: &str = "https://btc-signet.gobob.xyz";
1515

0 commit comments

Comments
 (0)