Skip to content

Commit

Permalink
Increase MEV Blocker kickback threshold (#106)
Browse files Browse the repository at this point in the history
This PR changes the threshold for alerst on slack to `0.5 ETH` (up from
`0.1 ETH`).

Alerts for the old threshold are quite frequent and are not immediately
actionable. They can now be recovered in aggregate from [this dune
query](https://dune.com/queries/3668122).
  • Loading branch information
fhenneke authored Apr 25, 2024
1 parent dc898b0 commit 0d7e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
BUFFERS_VALUE_USD_THRESHOLD = 200000

# threshold parameter to generate an alert when receiving kickbacks
KICKBACKS_ALERT_THRESHOLD = 0.1
KICKBACKS_ALERT_THRESHOLD = 0.5

# threshold to generate an alert for violating UDP
UDP_SENSITIVITY_THRESHOLD = 0.005
Expand Down

0 comments on commit 0d7e3ad

Please sign in to comment.