<string>xmrchain.net</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>melo.tools</string>
+ </property>
+ </item>
<item>
<property name="text">
<string>moneroblocks.info</string>
<string>blockchair.com</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion</string>
+ </property>
+ </item>
</widget>
</item>
<item row="1" column="0">
return QString("https://blockchair.com/monero/transaction/%1").arg(txid);
}
}
+ else if (blockExplorer == "melo.tools") {
+ switch (nettype) {
+ case NetworkType::MAINNET:
+ return QString("https://melo.tools/explorer/mainnet/tx/%1").arg(txid);
+ case NetworkType::STAGENET:
+ return QString("https://melo.tools/explorer/stagenet/tx/%1").arg(txid);
+ case NetworkType::TESTNET:
+ return QString("https://melo.tools/explorer/testnet/tx/%1").arg(txid);
+ }
+ }
+ else if (blockExplorer == "blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion") {
+ if (nettype == NetworkType::MAINNET) {
+ return QString("http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/monero/transaction/%1").arg(txid);
+ }
+ }
switch (nettype) {
case NetworkType::MAINNET: