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