Update deploy.ts

pull/5591/head
Huberto 4 weeks ago committed by Aniket
parent b3a10fd3cf
commit 445ac9120c
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/deploy.ts

@ -309,7 +309,7 @@ export const runTransactions = (
funcIndex?: number) => {
let callinfo = ''
if (lookupOnly) callinfo = 'call'
else if (funcABI.type === 'fallback' || funcABI.type === 'receive') callinfo = 'lowLevelInteracions'
else if (funcABI.type === 'fallback' || funcABI.type === 'receive') callinfo = 'lowLevelinteractions'
else callinfo = 'transact'
_paq.push(['trackEvent', 'udapp', callinfo, plugin.blockchain.getCurrentNetworkStatus().network.name])

Loading…
Cancel
Save