Skip to content

Commit 88ecbcd

Browse files
committed
fix: testnet4 as default instead of testnet
1 parent 8708b8c commit 88ecbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ pub(crate) fn NetworkInput(label: String, id: String) -> Element {
263263
let get_default_endpoint = |network: &str| -> String {
264264
match network {
265265
"Mainnet" => "https://mempool.space/api",
266-
"Testnet" => "https://mempool.space/testnet/api",
266+
"Testnet" => "https://mempool.space/testnet4/api",
267267
"Signet" => "https://mempool.space/signet/api",
268268
"Regtest" => "http://127.0.0.1:3002/api",
269269
_ => "https://mempool.space/api",

0 commit comments

Comments
 (0)