Skip to content

Commit

Permalink
update dns
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoX911 committed Feb 20, 2025
1 parent 3bf3a4d commit 90e7572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/maker/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Default for MakerConfig {
min_swap_amount: MIN_SWAP_AMOUNT,
socks_port: 19050,
directory_server_address:
"bhbzkndgad52ojm75w4goii7xsi6ou73fzyvorxas7swg2snlto4c4ad.onion:8080".to_string(),
"ri3t5m2na2eestaigqtxm3f4u7njy65aunxeh7aftgid3bdeo3bz65qd.onion:8080".to_string(),
#[cfg(feature = "integration-test")]
fidelity_amount: 5_000_000, // 0.05 BTC for tests
#[cfg(feature = "integration-test")]
Expand Down
2 changes: 1 addition & 1 deletion src/taker/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl Default for TakerConfig {
network_port: 8000,
socks_port: 19070,
directory_server_address:
"bhbzkndgad52ojm75w4goii7xsi6ou73fzyvorxas7swg2snlto4c4ad.onion:8080".to_string(),
"ri3t5m2na2eestaigqtxm3f4u7njy65aunxeh7aftgid3bdeo3bz65qd.onion:8080".to_string(),
connection_type: {
#[cfg(feature = "tor")]
{
Expand Down

0 comments on commit 90e7572

Please sign in to comment.