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
We want to migrate our boost contract (PreseededVotingEscrowDelegation) to the new BoostV2 contract developed by Curve. It is not fully compatible with the old one, but that is ok: the important bits (adjusted_balance_of) are the same.
Porting the contract should be relatively straightfoward, since there's no admin, etc. The trickier part is to migrate the currently existing boosts to this new contract. The contract features some migration logic, it'd be good to do a quick overview of it to check if it is compatible with our current scheme.
The text was updated successfully, but these errors were encountered:
We want to migrate our boost contract (
PreseededVotingEscrowDelegation
) to the newBoostV2
contract developed by Curve. It is not fully compatible with the old one, but that is ok: the important bits (adjusted_balance_of
) are the same.Porting the contract should be relatively straightfoward, since there's no admin, etc. The trickier part is to migrate the currently existing boosts to this new contract. The contract features some migration logic, it'd be good to do a quick overview of it to check if it is compatible with our current scheme.
The text was updated successfully, but these errors were encountered: