Skip to content

Commit d16e1fb

Browse files
committed
log more details
1 parent 4e4852b commit d16e1fb

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/actions

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/actions/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export const runTransactions = (
311311
if (lookupOnly) callinfo = 'call'
312312
else if (funcABI.type === 'fallback' || funcABI.type === 'receive') callinfo = 'lowLevelinteractions'
313313
else callinfo = 'transact'
314-
_paq.push(['trackEvent', 'udapp', callinfo, plugin.blockchain.getCurrentNetworkStatus().network.name])
314+
_paq.push(['trackEvent', 'udapp', callinfo, plugin.REACT_API.networkName])
315315

316316
const params = funcABI.type !== 'fallback' ? inputsValues : ''
317317
plugin.blockchain.runOrCallContractMethod(

0 commit comments

Comments
 (0)