switching to mainnet
This commit is contained in:
parent
3d5d7eade9
commit
4a73c2bb12
@ -14,9 +14,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_TEST",
|
blockchain: "FLO",
|
||||||
tokenApiUrl: 'https://ranchimallflo-testing.duckdns.org',
|
tokenApiUrl: 'https://ranchimallflo.duckdns.org',
|
||||||
tokenURL: 'https://ranchimallflo-testing.duckdns.org/'
|
// tokenURL: 'https://ranchimallflo-testing.duckdns.org/'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="scripts/components.js" defer></script>
|
<script src="scripts/components.js" defer></script>
|
||||||
@ -626,7 +626,7 @@
|
|||||||
<span class="nav-item__title">Send</span>
|
<span class="nav-item__title">Send</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="hidden">
|
||||||
<a href="#/smartcontracts" class="nav-item interact" title='Send FLO data'>
|
<a href="#/smartcontracts" class="nav-item interact" title='Send FLO data'>
|
||||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24"
|
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24"
|
||||||
height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
|
height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user