We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb51e6 commit dc8fdb0Copy full SHA for dc8fdb0
apps/contract-verification/src/app/views/VerifyView.tsx
@@ -67,7 +67,7 @@ export const VerifyView = () => {
67
name: verifierId as VerifierIdentifier,
68
}
69
receipts.push({ verifierInfo, status: 'pending', contractId, isProxyReceipt: false, failedChecks: 0 })
70
- await sendToMatomo('verify', `verifyWith${verifierId} On: ${selectedChain?.chainId} IsProxy: ${hasProxy && proxyAddress}`)
+ await sendToMatomo('verify', `verifyWith${verifierId} On: ${selectedChain?.chainId} IsProxy: ${!!(hasProxy && proxyAddress)}`)
71
72
73
const newSubmittedContract: SubmittedContract = {
0 commit comments