diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index 9de3cf5..e4f696a 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/example.env b/example.env index 6ceaef9..4b86013 100644 --- a/example.env +++ b/example.env @@ -2,4 +2,4 @@ HSD_API=123480615465636893475aCwyaae6s45 HSD_IP=localhost THEME=black SHOW_EXPIRED=false -EXPLORER_TX=https://niami.io/tx/ \ No newline at end of file +EXPLORER_TX=https://shakeshift.com/transaction/ \ No newline at end of file diff --git a/templates/components/tx.html b/templates/components/tx.html index fdaa1f0..ca7379c 100644 --- a/templates/components/tx.html +++ b/templates/components/tx.html @@ -2,4 +2,4 @@ <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://shakeshift.com/tx/{{tx}}" target="_blank">ShakeShift</a> \ No newline at end of file +<a class="card-link" href="https://shakeshift.com/transaction/{{tx}}" target="_blank">ShakeShift</a> \ No newline at end of file diff --git a/templates/success.html b/templates/success.html index 5742164..4de358b 100644 --- a/templates/success.html +++ b/templates/success.html @@ -67,7 +67,7 @@ </div> <div class="card" style="max-width: 500px;margin: auto;margin-top: 50px;"> <div class="card-body"> - <h4 class="card-title">Your transaction has been sent and will be mined soon.</h4><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://shakeshift.com/tx/{{tx}}" target="_blank">ShakeShift</a> + <h4 class="card-title">Your transaction has been sent and will be mined soon.</h4><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://shakeshift.com/transaction/{{tx}}" target="_blank">ShakeShift</a> </div> </div> </div>