<p><b>@ripcurlx</b> requested changes on this pull request.</p>

<p>NACK - please see the comments from <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/chimp1984/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chimp1984">@chimp1984</a> and myself.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3792#discussion_r358704238">core/src/main/java/bisq/core/user/Preferences.java</a>:</p>
<pre style='color:#555'>> @@ -107,12 +108,18 @@
             new BlockChainExplorer("BTC DAO-testnet explorer", "https://bisq.network/explorer/btc/dao_testnet/tx/", "https://bisq.network/explorer/btc/dao_testnet/address/")
     ));
 
-    public static final BlockChainExplorer BSQ_MAIN_NET_EXPLORER = new BlockChainExplorer("BSQ", "https://explorer.bisq.network/tx.html?tx=",
-            "https://explorer.bisq.network/Address.html?addr=");
-    private static final BlockChainExplorer BSQ_BETA_NET_EXPLORER = new BlockChainExplorer("BSQ", "http://explorer.betanet.bisq.network/tx.html?tx=",
-            "http://explorer.betanet.bisq.network/Address.html?addr=");
-    private static final BlockChainExplorer BSQ_TEST_NET_EXPLORER = new BlockChainExplorer("BSQ", "http://explorer.testnet.bisq.network/tx.html?tx=",
-            "http://explorer.testnet.bisq.network/Address.html?addr=");
+    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=")
+    ));
+
+    private static final ArrayList<BlockChainExplorer> BSQ_BETA_NET_EXPLORERS = new ArrayList<>(Collections.singletonList(
</pre>
<p>Yes, they are both not reachable ATM. I think we can remove them from here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3792?email_source=notifications&email_token=AJFFTNWOQQ3SDZ6RM3LU2ELQZCQ2HA5CNFSM4J3ATH42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCPN2HOI#pullrequestreview-333161401">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWPEMN3IU7NUE3R2GDQZCQ2HANCNFSM4J3ATH4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXNISZDQDGE2T77IWTQZCQ2HA5CNFSM4J3ATH42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCPN2HOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3792?email_source=notifications\u0026email_token=AJFFTNWOQQ3SDZ6RM3LU2ELQZCQ2HA5CNFSM4J3ATH42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCPN2HOI#pullrequestreview-333161401",
"url": "https://github.com/bisq-network/bisq/pull/3792?email_source=notifications\u0026email_token=AJFFTNWOQQ3SDZ6RM3LU2ELQZCQ2HA5CNFSM4J3ATH42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCPN2HOI#pullrequestreview-333161401",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>