We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8708b8c commit 88ecbcdCopy full SHA for 88ecbcd
src/components/input.rs
@@ -263,7 +263,7 @@ pub(crate) fn NetworkInput(label: String, id: String) -> Element {
263
let get_default_endpoint = |network: &str| -> String {
264
match network {
265
"Mainnet" => "https://mempool.space/api",
266
- "Testnet" => "https://mempool.space/testnet/api",
+ "Testnet" => "https://mempool.space/testnet4/api",
267
"Signet" => "https://mempool.space/signet/api",
268
"Regtest" => "http://127.0.0.1:3002/api",
269
_ => "https://mempool.space/api",
0 commit comments