|
|
@ -120,7 +120,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
const calldataInput = yo` |
|
|
|
const calldataInput = yo` |
|
|
|
<input id="deployAndRunLLTxCalldata" class="w-100 m-0" title="The Calldata to send to fallback function of the contract."> |
|
|
|
<input id="deployAndRunLLTxCalldata" class="w-100 m-0 form-control" title="The Calldata to send to fallback function of the contract."> |
|
|
|
` |
|
|
|
` |
|
|
|
const llIError = yo` |
|
|
|
const llIError = yo` |
|
|
|
<label id="deployAndRunLLTxError" class="text-danger"></label> |
|
|
|
<label id="deployAndRunLLTxError" class="text-danger"></label> |
|
|
|