Skip to content

Commit

Permalink
trying different urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Nov 29, 2024
1 parent af89011 commit 7e93ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_test_helpers/src/for_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub const PIRATE_ELECTRUMS: &[&str] = &[
#[cfg(not(target_arch = "wasm32"))]
pub const PIRATE_LIGHTWALLETD_URLS: &[&str] = &["http://node1.chainkeeper.pro:443"];
#[cfg(target_arch = "wasm32")]
pub const PIRATE_LIGHTWALLETD_URLS: &[&str] = &["https://pirate.battlefield.earth:8581"];
pub const PIRATE_LIGHTWALLETD_URLS: &[&str] = &["https://pirate.battlefield.earth:8581", "https://pirate.spyglass.quest:9447", "https://pirate.battlefield.earth:8582"];
pub const DEFAULT_RPC_PASSWORD: &str = "pass";
pub const QRC20_ELECTRUMS: &[&str] = &[
"electrum1.cipig.net:10071",
Expand Down

0 comments on commit 7e93ff6

Please sign in to comment.