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

Commit 236b0d4

Browse files
fix: ltd msig is fee recipient
1 parent 3935cbd commit 236b0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fee_allocator/payload_visualizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def group_transactions(self, transactions: List[Dict]) -> Dict[str, List[Dict]]:
136136
recipient = tx.get("contractInputsValues", {}).get("_to", "").lower()
137137
if recipient == self.book.get("maxiKeepers/veBalFeeInjector", "").lower():
138138
groups["veBAL Transfers"].append(tx)
139-
elif recipient == self.book.get("multisigs/treasury", "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89",).lower():
139+
elif recipient == self.book.get("multisigs/balancer_onchain_ltd", "0x16b0056636Fcc85f92C49cD49a24bc519d4A1941").lower():
140140
groups["DAO Transfers"].append(tx)
141141
elif recipient == self.book.get("multisigs/beets_treasury").lower():
142142
groups["Beets Transfers"].append(tx)

0 commit comments

Comments
 (0)