From d0ec0ee79c758b040a8ababe1249f464af87bdaa Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 11 Mar 2023 18:04:31 +0530 Subject: [PATCH] Updating flosight links --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c2957c9..184d329 100644 --- a/index.html +++ b/index.html @@ -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 @@ ` : ''}

${success ? 'Transaction request sent' : 'Transaction failed'}

${success ? 'This might take upto 30 mins to complete and reflect on blockchain.' : result}

- ${success ? html`See transaction on blockchain` : ''} + ${success ? html`See transaction on blockchain` : ''} `) }