-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Mev Blocker kickbacks alert #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to run that locally. In the repo on my computer this does not include the latest changes of main and thus does not have access to the new get_eth_transfers_by_block_range
functionality. I could rebase locally but I wonder how you (or github via pylint) tested this branch.
d40ee04
to
6c11247
Compare
Could you try again? Just did a rebase. |
Co-authored-by: Felix Henneke <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the code for hash 0xa8c5fae2995d74b2a5738b588aa758831b818f21bb283124a8c8c80f813bedec
and the results coincide with what I get in this dune query.
LGTM.
This PR adds a test that monitors for MEV Blocker kickbacks, and generates an alert if a large enough kickback is received. This is a follow-up PR on PR #79