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 -->
<script>
let floGlobals = {
blockchain: "FLO_TEST",
tokenApiUrl: 'https://ranchimallflo-testing.duckdns.org',
floApiUrl: 'https://flosight-testnet.ranchimall.net',
blockchain: "FLO",
tokenApiUrl: 'https://ranchimallflo-test.duckdns.org',
floApiUrl: 'https://flosight.ranchimall.net',
}
</script>
<script>