Skip to content

Commit

Permalink
Merge pull request #4488 from wiz/add-wiz-xmr-explorer
Browse files Browse the repository at this point in the history
Add new Monero Explorer node77.monero.wiz.biz with onion
  • Loading branch information
sqrrm authored Sep 6, 2020
2 parents d152f88 + 4b9a1a0 commit cafbbdf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions core/src/main/java/bisq/core/user/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,14 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid
new BlockChainExplorer("bsq.bisq.cc (@m52go)", "https://bsq.bisq.cc/tx.html?tx=", "https://bsq.bisq.cc/Address.html?addr=")
));

//TODO add a second before release
private static final ArrayList<String> XMR_TX_PROOF_SERVICES_CLEAR_NET = new ArrayList<>(Arrays.asList(
"78.47.61.90:8081"));
//TODO add a second before release
"78.47.61.90:8081", // @emzy
"node77.monero.wiz.biz" // @wiz
));
private static final ArrayList<String> XMR_TX_PROOF_SERVICES = new ArrayList<>(Arrays.asList(
"monero3bec7m26vx6si6qo7q7imlaoz45ot5m2b5z2ppgoooo6jx2rqd.onion"));
"monero3bec7m26vx6si6qo7q7imlaoz45ot5m2b5z2ppgoooo6jx2rqd.onion", // @emzy
"wizxmr4hbdxdszqm5rfyqvceyca5jq62ppvtuznasnk66wvhhvgm3uyd.onion" // @wiz
));

public static final boolean USE_SYMMETRIC_SECURITY_DEPOSIT = true;

Expand Down

0 comments on commit cafbbdf

Please sign in to comment.