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

Commit 5126f5f

Browse files
docs: add ltd
1 parent 236b0d4 commit 5126f5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fee_allocator/fee_allocator.py

Lines changed: 2 additions & 2 deletions
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": "0x16b0056636Fcc85f92C49cD49a24bc519d4A1941", # Balancer Onchain msig
307+
"target": "0x16b0056636Fcc85f92C49cD49a24bc519d4A1941", # Balancer Onchain Ltd msig
308308
"platform": "payment",
309309
"amount": self.run_config.total_to_dao_usd + noncore_total_to_dao_usd,
310310
}
@@ -876,4 +876,4 @@ def generate_report(self, payload_path: Path, fee_files: List[Path] = None) -> P
876876
if not gauge_issues_path.exists():
877877
gauge_issues_path = None
878878

879-
return save_markdown_report(payload_path, fee_files, output_path=report_path, gauge_issues_path=gauge_issues_path)
879+
return save_markdown_report(payload_path, fee_files, output_path=report_path, gauge_issues_path=gauge_issues_path)

0 commit comments

Comments
 (0)