We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732defc commit d5a13ddCopy full SHA for d5a13dd
src/SafeWatcher.ts
@@ -120,7 +120,7 @@ class SafeWatcher {
120
const detailed = await this.#fetchDetailed(tx.safeTxHash);
121
122
const isMalicious =
123
- MULTISEND_CALL_ONLY.has(detailed.to.toLowerCase() as Address) &&
+ !MULTISEND_CALL_ONLY.has(detailed.to.toLowerCase() as Address) &&
124
detailed.operation !== 0;
125
126
await this.#notificationSender?.notify({
0 commit comments