Skip to content

Commit

Permalink
Merge pull request #1705 from KomodoPlatform/update_pirate_zombie_domain
Browse files Browse the repository at this point in the history
[r2r] Update pirate & zombie domains for tests
  • Loading branch information
ca333 authored Mar 12, 2023
2 parents ebdc8c2 + 8afe44c commit 944ac4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mm2src/mm2_test_helpers/src/for_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ pub const MORTY_ELECTRUM_ADDRS: &[&str] = &[
];
pub const ZOMBIE_TICKER: &str = "ZOMBIE";
pub const ARRR: &str = "ARRR";
pub const ZOMBIE_ELECTRUMS: &[&str] = &["zombie.sirseven.me:10033"];
pub const ZOMBIE_LIGHTWALLETD_URLS: &[&str] = &["http://zombie.sirseven.me:443"];
pub const PIRATE_ELECTRUMS: &[&str] = &["pirate.sirseven.me:10032"];
pub const PIRATE_LIGHTWALLETD_URLS: &[&str] = &["http://pirate.sirseven.me:443"];
pub const ZOMBIE_ELECTRUMS: &[&str] = &["zombie.dragonhound.info:10033"];
pub const ZOMBIE_LIGHTWALLETD_URLS: &[&str] = &["http://zombie.dragonhound.info:443"];
pub const PIRATE_ELECTRUMS: &[&str] = &["pirate.dragonhound.info:10032"];
pub const PIRATE_LIGHTWALLETD_URLS: &[&str] = &["http://pirate.dragonhound.info:443"];
pub const DEFAULT_RPC_PASSWORD: &str = "pass";
pub const QRC20_ELECTRUMS: &[&str] = &[
"electrum1.cipig.net:10071",
Expand Down

0 comments on commit 944ac4e

Please sign in to comment.