Update index.html
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled

This commit is contained in:
tripathyr 2025-09-01 07:13:53 +05:30 committed by GitHub
parent 7e58ee6598
commit 3459646293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@
const floGlobals = { const floGlobals = {
blockchain: testMode ? "FLO_TEST" : "FLO", blockchain: testMode ? "FLO_TEST" : "FLO",
tokenApiUrl: testMode ? 'https://ranchimallflo-testnet.ranchimall.net' : 'https://ranchimallflo.ranchimall.net', 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, expirationDays: 60,
} }
</script> </script>