Pushing testnet changes

This commit is contained in:
Vivek Teega 2023-09-14 13:46:00 +05:30
parent 14eb4525ae
commit 8b19f3ac36

View File

@ -16,9 +16,9 @@
<script> <script>
/* Constants for FLO blockchain operations !!Make sure to add this at beginning!! */ /* Constants for FLO blockchain operations !!Make sure to add this at beginning!! */
const floGlobals = { const floGlobals = {
blockchain: "FLO", blockchain: "FLO_TEST",
tokenApiUrl: 'https://ranchimallflo.duckdns.org', tokenApiUrl: 'https://ranchimallflo-testnet.ranchimall.net',
tokenURL: 'https://ranchimallflo.duckdns.org/', tokenURL: 'https://ranchimallflo-testnet.ranchimall.net/',
expirationDays: 60, expirationDays: 60,
} }
</script> </script>