Changed to testnet

This commit is contained in:
Vivek Teega 2023-09-29 19:59:46 +05:30 committed by GitHub
parent 1d7e9cd943
commit 3e9b368d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,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-blockbook.ranchimall.net' : 'https://ranchimallflo.ranchimall.net',
@ -2243,4 +2243,4 @@
</script>
</body>
</html>
</html>