firewalletbrowser/templates/components/tx.html
Nathan Woodburn f5fc0766a1
All checks were successful
Build Docker / Build Image (push) Successful in 48s
feat: Add batching plugin
2025-01-27 23:42:46 +11:00

5 lines
411 B
HTML

<span style="display: block;font-size: 12px;">TX: {{tx}}</span>
<span style="display: block;">Check your transaction on a block explorer</span>
<a class="card-link" href="https://niami.io/tx/{{tx}}" target="_blank">Niami</a>
<a class="card-link" href="https://3xpl.com/handshake/transaction/{{tx}}" target="_blank">3xpl</a>
<a class="card-link" href="https://hns.cymon.de/tx/{{tx}}" target="_blank">Cymon.de</a>