Compare commits

..

No commits in common. "staging" and "master" have entirely different histories.

View File

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