-
Notifications
You must be signed in to change notification settings - Fork 887
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
Aura Allocators V2 #338
base: allocators
Are you sure you want to change the base?
Aura Allocators V2 #338
Conversation
shouldLock = shouldLock_; | ||
} | ||
|
||
function setLocker(address locker_) external onlyGuardian { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this function assume that the existing locker doesn't hold anymore funds? If so, you may want to check that before setting new value.
locker = IAuraLocker(locker_); | ||
} | ||
|
||
function setAbStaking(address abStaking_) external onlyGuardian { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
Allocators to deposit BPT into Aura, and to manage vlAura.
AuraAllocatorV2 manages vlAura and is ready for review as it is higher priority than the balancer one