mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Merge pull request #4790 from wiz/disable-wiz-monero-explorer
Temporarily disable wiz's monero explorer node
This commit is contained in:
commit
c7c218e1d2
1 changed files with 2 additions and 2 deletions
|
@ -125,12 +125,12 @@ 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
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue