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