Updating block explorer links
This commit is contained in:
parent
f9b587b3b6
commit
01144fb149
@ -2583,9 +2583,9 @@
|
||||
$('#transaction_details').remove()
|
||||
// disable chatting
|
||||
getRef('chat_footer').classList.add('hidden')
|
||||
let redirectTo = `https://live.blockcypher.com/btc/tx/`
|
||||
let redirectTo = `https://ranchimall.github.io/btcwallet/#/check_details?query=`
|
||||
if (messenger.pipeline[activeChat.address].model === 'flo_multisig')
|
||||
redirectTo = `https://flosight.ranchimall.net/tx/`
|
||||
redirectTo = `https://blockbook.ranchimall.net/tx/`
|
||||
return html.node`<div class="pipeline-event pipeline-event--signed event-card flex align-center">
|
||||
<svg class="icon margin-right-0-5" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><g><rect fill="none" height="24" width="24"/></g><g><path d="M23,12l-2.44-2.79l0.34-3.69l-3.61-0.82L15.4,1.5L12,2.96L8.6,1.5L6.71,4.69L3.1,5.5L3.44,9.2L1,12l2.44,2.79l-0.34,3.7 l3.61,0.82L8.6,22.5l3.4-1.47l3.4,1.46l1.89-3.19l3.61-0.82l-0.34-3.69L23,12z M10.09,16.72l-3.8-3.81l1.48-1.48l2.32,2.33 l5.85-5.87l1.48,1.48L10.09,16.72z"/></g></svg>
|
||||
<div class="grid">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user