Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 25cfe0a

Browse files
fix: use balancer onchain ltd msig as fee recipient
Co-authored-by: Xeonus <vanderbourg@gmail.com>
1 parent add84de commit 25cfe0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fee_allocator/fee_allocator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def generate_bribe_csv(
304304
noncore_total_to_beets_usd = sum(chain.noncore_to_beets_usd + chain.alliance_noncore_to_beets_usd + chain.partner_noncore_to_beets_usd for chain in self.run_config.all_chains)
305305
output.append(
306306
{
307-
"target": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89", # DAO msig
307+
"target": "0x16b0056636Fcc85f92C49cD49a24bc519d4A1941", # Balancer Onchain msig
308308
"platform": "payment",
309309
"amount": self.run_config.total_to_dao_usd + noncore_total_to_dao_usd,
310310
}

0 commit comments

Comments
 (0)