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 5, 2020
1 parent 95326b4 commit c19c7ad
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.wiz.biz (@wiz)", "https://bsq.wiz.biz/tx.html?tx=", "https://bsq.wiz.biz/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 c19c7ad

Please sign in to comment.