Compare commits

...

1 Commits

Author SHA1 Message Date
Vivek Teega
8b19f3ac36 Pushing testnet changes 2023-09-14 13:46:00 +05:30

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>