Update index.html
This commit is contained in:
parent
01d55e2541
commit
45ec74ffad
@ -142,8 +142,8 @@
|
|||||||
const testMode = false
|
const testMode = false
|
||||||
const floGlobals = {
|
const floGlobals = {
|
||||||
blockchain: testMode ? "FLO_TEST" : "FLO",
|
blockchain: testMode ? "FLO_TEST" : "FLO",
|
||||||
tokenApiUrl: testMode ? 'https://ranchimallflo-testnet-blockbook.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://flosight.ranchimall.net',
|
floApiUrl: testMode ? 'https://blockbook-testnet.ranchimall.net' : 'https://blockbook.ranchimall.net',
|
||||||
expirationDays: 60,
|
expirationDays: 60,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@ -3284,4 +3284,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user