You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@apbendi Some things I am noticing after starting the implementation the permit functionality relies on this so should I spin that out into an extension? And the delegation surrogate relies on this so should I spin that functionality to another extension like GovernanceStakingVotes?
Adding this comment as a reminder to tackle what's handled in this comment here.
Since we're going to change STAKE_TOKEN to a normal IERC20 in the base staker contract, we'll have to cast it to an IERC20Permit which we import from OZ here. Part of me wonders if we should do more than that to ensure that the STAKE_TOKEN provided at construction is an IERC20Permit
No description provided.
The text was updated successfully, but these errors were encountered: