From 6b229dac96ab1dd342d1d8a14d77222cac8e108a Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 18 Jul 2023 19:50:35 +0530 Subject: [PATCH] Changed flosight link to blockbook --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 6a108f7..bcde31a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1986,7 +1986,7 @@ entry.querySelector('.history-entry__token-action').textContent = `${type} ${asset}` entry.querySelector('.history-entry__amount').textContent = amount entry.querySelector('.history-entry__time').textContent = getFormattedTime(locktime) - entry.querySelector('.history-entry__txid').href = `https://flosight.duckdns.org/tx/${txid}` + entry.querySelector('.history-entry__txid').href = `https://blockbook.ranchimall.net/tx/${txid}` return entry; } }