Workflow updating files of floscout

This commit is contained in:
RanchiMall Dev 2025-09-01 01:44:59 +00:00
parent 84a5aa9945
commit ba6c60d51b

View File

@ -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,
}
</script>