Skip to content

Commit

Permalink
Add bsq.sqrrm.net BSQ explorer operated by @sqrrm
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Jan 6, 2020
1 parent 8bf02f6 commit d5cbe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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("bsq.sqrrm.net (@sqrrm)", "https://bsq.sqrrm.net/tx.html?tx=", "https://bsq.sqrrm.net/Address.html?addr=")
));

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

0 comments on commit d5cbe94

Please sign in to comment.