-
Notifications
You must be signed in to change notification settings - Fork 0
fix: dao fees should go to treasury #237
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
Conversation
|
@gosuto-inzasheru the current target is not correct. Fees need to flow to the Balancer Onchain Limited safe at 0x16b0056636Fcc85f92C49cD49a24bc519d4A1941 |
Xeonus
left a comment
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.
change target to Balancer Onchain lmt safe as per BIP-882 specs
fee_allocator/payload_visualizer.py
Outdated
| if recipient == self.book.get("maxiKeepers/veBalFeeInjector", "").lower(): | ||
| groups["veBAL Transfers"].append(tx) | ||
| elif recipient == self.book.get("multisigs/dao", "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f").lower(): | ||
| elif recipient == self.book.get("multisigs/kpk_managed", "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89").lower(): |
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.
Need to update bal_addresses with Balancer Onchain and other safes
Co-authored-by: Xeonus <vanderbourg@gmail.com>
|
@jalbrekt85 can you have a look, test is now failing on |
|
relies on BalancerMaxis/bal_addresses#794 |
Xeonus
left a comment
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.
LGTM!
will be fixed upon merging #236. that started happening after ezkl was added to the partner config: BalancerMaxis/multisig-ops#2492, but the logic to handle this has not been merged yet |
|
wlll approve after i am able to run locally and verify new label in report. currently blocked by #236 |
https://forum.balancer.fi/t/bip-882-transitioning-onchain-operations-of-the-balancer-dao-to-balancer-onchain-limited/6859