From 3459646293ac24b1204650c3fdff6c616472ba9c Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 1 Sep 2025 07:13:53 +0530 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a2be352..bc5c865 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@ const floGlobals = { blockchain: testMode ? "FLO_TEST" : "FLO", tokenApiUrl: testMode ? 'https://ranchimallflo-testnet.ranchimall.net' : 'https://ranchimallflo.ranchimall.net', - floApiUrl: testMode ? 'https://blockbook-testnet.ranchimall.net' : 'https://blockbook.flocard.app', + floApiUrl: testMode ? 'https://blockbook-testnet.ranchimall.net' : 'https://blockbook.ranchimall.net', expirationDays: 60, }