Skip to content

Commit

Permalink
Update src/handlers/el_triggered_exit.py
Browse files Browse the repository at this point in the history
Co-authored-by: AlexanderLukin <[email protected]>
  • Loading branch information
dputko and AlexanderLukin authored Dec 23, 2024
1 parent ba8e56d commit 3e7617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/el_triggered_exit.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def handle(self, watcher, head: FullBlockInfo):
for withdrawal in head.message.body.execution_requests.withdrawals:
alert, summary = None, ""
if withdrawal.source_address in watcher.suspicious_addresses:
alert = CommonAlert(name="HeadWatcherElWithdrawalVault", severity="critical")
alert = CommonAlert(name="HeadWatcherELWithdrawalFromUserWithdrawalAddress", severity="critical")
summary = "🔗‍🏃🚪Highly suspicious source address"
elif withdrawal.validator_pubkey in watcher.user_keys:
alert = CommonAlert(name="HeadWatcherElWithdrawalUnexpected", severity="moderate")
Expand Down

0 comments on commit 3e7617c

Please sign in to comment.