Skip to content

Commit

Permalink
Merge pull request #3861 from devinbileck/add-bsq.bisq.services-bsq-e…
Browse files Browse the repository at this point in the history
…xplorer

Add bsq.bisq.services BSQ explorer
  • Loading branch information
sqrrm authored Jan 6, 2020
2 parents 8bf02f6 + a55c3b5 commit a694910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/bisq/core/user/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid

public static final ArrayList<BlockChainExplorer> BSQ_MAIN_NET_EXPLORERS = new ArrayList<>(Arrays.asList(
new BlockChainExplorer("bsq.ninja (@wiz)", "https://bsq.ninja/tx.html?tx=", "https://bsq.ninja/Address.html?addr="),
new BlockChainExplorer("explorer.sqrrm.net (@sqrrm)", "https://explorer.sqrrm.net/tx.html?tx=", "https://explorer.sqrrm.net/Address.html?addr=")
new BlockChainExplorer("explorer.sqrrm.net (@sqrrm)", "https://explorer.sqrrm.net/tx.html?tx=", "https://explorer.sqrrm.net/Address.html?addr="),
new BlockChainExplorer("bsq.bisq.services (@devinbileck)", "https://bsq.bisq.services/tx.html?tx=", "https://bsq.bisq.services/Address.html?addr=")
));

// payload is initialized so the default values are available for Property initialization.
Expand Down

0 comments on commit a694910

Please sign in to comment.