We’ve deployed a version of the VotingEscrowDelegation
which includes the following:
- a fix for a bug on the original Curve implementation
- a preseeding with all of the boosts created until now (these can be found by looking at interactions with the current delegation contract
- a preseeding with a call to set the address designated above as the operator of the TribeDAO contract. This will let the operator call
create_boost
,extend_boost
, etc., using TribeDAO’s veBAL balance.
The preseeding was executed in this transaction, which can be inspected to look at the boosts created and approvals granted.
The address of the new delegator can be found on the Balancer Labs repository. For a migration to happen, the delegation proxy’s setDelegation
function must be called from an authorized account (one with the permission 0xac0fcdc4520d7bde1c58bbefd7c8dd39aaf382a20c27991134c14fe63d2c96f3
).
It should be noted that any boosts created starting now will not be migrated as they’re not included in the preseeding, and would require manual re-creation.