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

EFIP-9 Nethermind: Execution Layer Rewards Router #154

Closed
wants to merge 2 commits into from

Conversation

vvalecha519
Copy link
Contributor

No description provided.

@vvalecha519 vvalecha519 self-assigned this Aug 28, 2024
@vvalecha519 vvalecha519 changed the base branch from master to staging-2.5 August 28, 2024 22:00
@@ -40,7 +39,7 @@ contract EtherFiRewardsRouter is OwnableUpgradeable, UUPSUpgradeable {
}

function withdrawToLiquidityPool() external {
if (!roleRegistry.hasRole(ETHERFI_ROUTER_ADMIN, msg.sender)) revert IncorrectRole();
if (msg.sender != admin) revert IncorrectRole();
Copy link
Contributor

Choose a reason for hiding this comment

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

@vvalecha519 I think we can make this function withdrawToLiquidityPool permission-less

@vvalecha519 vvalecha519 changed the base branch from staging-2.5 to vaibhav/nethermind/protocol-fee-in-eeth September 19, 2024 19:29
@vvalecha519 vvalecha519 changed the base branch from vaibhav/nethermind/protocol-fee-in-eeth to master September 19, 2024 19:30
@vvalecha519 vvalecha519 changed the base branch from master to staging-2.5 September 19, 2024 19:30
@jtfirek jtfirek closed this Nov 12, 2024
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