Skip to content
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

Whitelist EigenLayer RewardsCoordinator's processClaim to claim AVS rewards #186

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

seongyun-ko
Copy link
Contributor

@seongyun-ko seongyun-ko commented Oct 15, 2024

In order to enable rewards claiming via call forwarding we need whitelist function 0x3ccc861d on contract 0x7750d328b314EfFa365A0402CcfD489B80B0adda

which is processClaim on eigenlayers mainnet RewardsCoordinator contract. Please note that this needs to be added to the external calls, not the eigenpod calls because the earner is the pod owner (etherfi node) not the eigenpod.

    function updateAllowedForwardedExternalCalls(bytes4 _selector, address _target, bool _allowed) external onlyAdmin {

@seongyun-ko seongyun-ko merged commit 19697e9 into master Oct 15, 2024
1 check failed
Copy link
Contributor

@jtfirek jtfirek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transaction matches the one included in the notion doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants