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

Aura Allocators V2 #338

Open
wants to merge 11 commits into
base: allocators
Choose a base branch
from
Open

Aura Allocators V2 #338

wants to merge 11 commits into from

Conversation

0xLienid
Copy link
Contributor

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

shouldLock = shouldLock_;
}

function setLocker(address locker_) external onlyGuardian {
Copy link

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 {
Copy link

Choose a reason for hiding this comment

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

Same as above.

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