flakycookbook
aniket-engg 8 months ago committed by Aniket
parent 5c788e3100
commit 8ffd825ac7
  1. 1
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -160,6 +160,7 @@ export function UniversalDappUI(props: UdappProps) {
}
const runTransaction = (lookupOnly, funcABI: FuncABI, valArr, inputsValues, funcIndex?: number) => {
if (props.isPinnedContract) _paq.push(['trackEvent', 'udapp', 'pinContracts', 'interactWithPinned'])
const functionName = funcABI.type === 'function' ? funcABI.name : `(${funcABI.type})`
const logMsg = `${lookupOnly ? 'call' : 'transact'} to ${props.instance.name}.${functionName}`

Loading…
Cancel
Save