Updating floGlobals value

This commit is contained in:
Vivek Teega 2023-06-10 15:07:35 +05:30
parent 6a6bc50ca9
commit c4eebe0d46

View File

@ -62,9 +62,9 @@
<!-- Set urls for token and flo Apis --> <!-- Set urls for token and flo Apis -->
<script> <script>
let floGlobals = { let floGlobals = {
blockchain: "FLO_TEST", blockchain: "FLO",
tokenApiUrl: 'https://ranchimallflo-testing.duckdns.org', tokenApiUrl: 'https://ranchimallflo-test.duckdns.org',
floApiUrl: 'https://flosight-testnet.ranchimall.net', floApiUrl: 'https://flosight.ranchimall.net',
} }
</script> </script>
<script> <script>