Update index.html

This commit is contained in:
sairaj mote 2023-10-05 06:45:32 +05:30
parent d43ae1dfe0
commit e334750a02

View File

@ -139,7 +139,7 @@
</sm-popup> </sm-popup>
<!-- Set urls for token and flo Apis --> <!-- Set urls for token and flo Apis -->
<script> <script>
const testMode = true 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-blockbook.ranchimall.net' : 'https://ranchimallflo.ranchimall.net',