Change to testnet

This commit is contained in:
Vivek Teega 2023-05-01 00:12:22 +05:30
parent a6b956a3c1
commit c310a14237

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