diff --git a/index.html b/index.html index 6d9f120..537fef7 100644 --- a/index.html +++ b/index.html @@ -1318,7 +1318,7 @@ let selectedSmartContract = filteredSmartContracts[0] || {} if (scName && scAddress) selectedSmartContract = getScDetails(scName, scAddress) - const { contractName, contractAddress, acceptingToken, tokenIdentification, userChoices } = selectedSmartContract + const { price, contractName, contractAddress, acceptingToken, sellingToken, tokenIdentification, userChoices, contractSubType } = selectedSmartContract history.replaceState(null, null, `#/smartcontracts/participate?scName=${contractName}&scAddress=${contractAddress}`) renderElem(getRef('smart_contract_participate_form'), html`
Exchange rate: 1 ${acceptingToken} = ${price} ${sellingToken} +