Changing to testnet

This commit is contained in:
Vivek Teega 2023-11-13 19:23:42 +05:30
parent 62e7f8b20a
commit b2812024bf

View File

@ -139,7 +139,7 @@
</sm-popup>
<!-- Set urls for token and flo Apis -->
<script>
const testMode = false
const testMode = true
const floGlobals = {
blockchain: testMode ? "FLO_TEST" : "FLO",
tokenApiUrl: testMode ? 'https://ranchimallflo-testnet.ranchimall.net' : 'https://ranchimallflo.ranchimall.net',