Updating flosight links

This commit is contained in:
sairaj mote 2023-03-11 18:04:31 +05:30
parent 1e11731b10
commit d0ec0ee79c

View File

@ -1292,7 +1292,7 @@
}
clone.querySelector('.transaction__receiver').textContent = queriedFloId === sender ? receiver : sender
clone.querySelector('.transaction__flo-data').textContent = floData
clone.querySelector('.transaction__link').href = `https://flosight.duckdns.org/tx/${txid}`
clone.querySelector('.transaction__link').href = `https://flosight.ranchimall.net/tx/${txid}`
clone.querySelector('.transaction__time').textContent = getFormattedTime(time * 1000)
return clone
},
@ -1668,7 +1668,7 @@
` : ''}
<h3 id="transaction_result__title">${success ? 'Transaction request sent' : 'Transaction failed'}</h3>
<p id="transaction_result__description"> ${success ? 'This might take upto 30 mins to complete and reflect on blockchain.' : result} </p>
${success ? html`<a id="transaction_link" href=${`https://flosight.duckdns.org/tx/${result}`} style="margin-top: 1.5rem;" target="_blank">See transaction on blockchain</a>` : ''}
${success ? html`<a id="transaction_link" href=${`https://flosight.ranchimall.net/tx/${result}`} style="margin-top: 1.5rem;" target="_blank">See transaction on blockchain</a>` : ''}
`)
}