Skip to content

Commit

Permalink
Merge pull request #4510 from devinbileck/add-xmr-explorer
Browse files Browse the repository at this point in the history
Add new Monero explorer xmrblocks.bisq.services with onion
  • Loading branch information
sqrrm authored Sep 10, 2020
2 parents 91d70ad + 18496b7 commit 579c2c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/main/java/bisq/core/user/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid

private static final ArrayList<String> XMR_TX_PROOF_SERVICES_CLEAR_NET = new ArrayList<>(Arrays.asList(
"xmrblocks.monero.emzy.de", // @emzy
"explorer.monero.wiz.biz" // @wiz
"explorer.monero.wiz.biz", // @wiz
"xmrblocks.bisq.services" // @devinbileck
));
private static final ArrayList<String> XMR_TX_PROOF_SERVICES = new ArrayList<>(Arrays.asList(
"monero3bec7m26vx6si6qo7q7imlaoz45ot5m2b5z2ppgoooo6jx2rqd.onion", // @emzy
"wizxmr4hbdxdszqm5rfyqvceyca5jq62ppvtuznasnk66wvhhvgm3uyd.onion" // @wiz
"wizxmr4hbdxdszqm5rfyqvceyca5jq62ppvtuznasnk66wvhhvgm3uyd.onion", // @wiz
"devinxmrwu4jrfq2zmq5kqjpxb44hx7i7didebkwrtvmvygj4uuop2ad.onion" // @devinbileck
));

public static final boolean USE_SYMMETRIC_SECURITY_DEPOSIT = true;
Expand Down

0 comments on commit 579c2c4

Please sign in to comment.