Add estimated params notice

This commit is contained in:
Willian Mitsuda 2021-10-12 05:35:18 -03:00
parent 9551708af5
commit f0ffa140c4
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ const LogEntry: React.FC<LogEntryProps> = ({ txData, log, logDesc }) => {
args={resolvedLogDesc.args}
paramTypes={resolvedLogDesc.eventFragment.inputs}
txData={txData}
hasParamNames={resolvedLogDesc === logDesc}
/>
</div>
</div>