From f237b82a142adb62e17d33ede48d1e337f491894 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 28 Jul 2025 13:58:59 +0530 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fdfec10..bbd8743 100644 --- a/index.html +++ b/index.html @@ -2768,7 +2768,7 @@ function hasUnconfirmedTransactions(address) { return new Promise((resolve, reject) => { - fetchJson(`https://blockbook.ranchimall.net/api/v2/address/${address}?details=basic`) + fetchJson(`https://blockbook.flocard.app/api/v2/address/${address}?details=basic`) .then(details => { resolve(details.unconfirmedTxs > 0) if (details.unconfirmedTxs > 0) { @@ -3278,4 +3278,4 @@ - \ No newline at end of file +