Skip to content

Commit

Permalink
more clear alert summary
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 13deb61 commit be7d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/consolidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def handle(self, watcher, head: FullBlockInfo):
summary = "πŸ”—πŸ€— Validator consolidation was requested from Withdrawal Vault source address"
elif consolidation.source_pubkey in watcher.user_keys:
alert = CommonAlert(name="HeadWatcherConsolidationSourceLido", severity="moderate")
summary = "πŸ”—πŸ€— Attempt to consolidate Lido validator"
summary = "πŸ”—πŸ€— Consolidation was requested for our validators"
elif consolidation.target_pubkey in watcher.user_keys:
alert = CommonAlert(name="HeadWatcherConsolidationPossibleDonation", severity="moderate")
summary = "πŸ”—πŸ€— Someone wants to donate to Lido"
Expand Down

0 comments on commit be7d453

Please sign in to comment.