testing
This commit is contained in:
parent
b54f967e84
commit
3d5d7eade9
10
index.html
10
index.html
@ -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",
|
blockchain: "FLO_TEST",
|
||||||
tokenApiUrl: 'https://ranchimallflo.duckdns.org',
|
tokenApiUrl: 'https://ranchimallflo-testing.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="hidden">
|
<li class="">
|
||||||
<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">
|
||||||
@ -2670,7 +2670,7 @@
|
|||||||
const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value
|
const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value
|
||||||
if (!userChoice)
|
if (!userChoice)
|
||||||
return notify('Please select a choice', 'error')
|
return notify('Please select a choice', 'error')
|
||||||
floData = `send ${participationAmount} ${tokenIdentification} to ${contractName}@ to FLO address ${contractAddress} with the userchoice: ${userChoice}`
|
floData = `send ${participationAmount} ${tokenIdentification}# to ${contractName}@ to FLO address ${contractAddress} with the userchoice: ${userChoice}`
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user