Skip to content

Commit dc8fdb0

Browse files
LianaHusAniket-Engg
authored andcommitted
matomo fix
1 parent 2eb51e6 commit dc8fdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contract-verification/src/app/views/VerifyView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const VerifyView = () => {
6767
name: verifierId as VerifierIdentifier,
6868
}
6969
receipts.push({ verifierInfo, status: 'pending', contractId, isProxyReceipt: false, failedChecks: 0 })
70-
await sendToMatomo('verify', `verifyWith${verifierId} On: ${selectedChain?.chainId} IsProxy: ${hasProxy && proxyAddress}`)
70+
await sendToMatomo('verify', `verifyWith${verifierId} On: ${selectedChain?.chainId} IsProxy: ${!!(hasProxy && proxyAddress)}`)
7171
}
7272

7373
const newSubmittedContract: SubmittedContract = {

0 commit comments

Comments
 (0)