Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 57a28ac

Browse files
Merge pull request #344 from BalancerMaxis/fix/fee-report-checklist
ci: fix formula in checklist allocated fees pr
2 parents dd7f7e7 + cdd651d commit 57a28ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/collect_fees_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- [ ] `total_incentives` + `fees_to_vebal` + `fees_to_dao` == usdc onchain
7070
- [ ] `aura_incentives` / `total_incentives` ~= aurabal's vebal capture (https://app.aura.finance/#/stats)
7171
- [ ] (`earned_fees` + `fees_to_vebal` + `fees_to_dao`) >= total_swept onchain (per chain)
72-
- [ ] `fees_to_dao` / (`earned_fees` + `fees_to_vebal` + `fees_to_dao`) == .175
72+
- [ ] `fees_to_dao` / (`fees_to_vebal` + `fees_to_dao` + `total_incentives`) == .175
7373
- [ ] `min(aura_incentives)` > threshold
7474
- [ ] `min(bal_incentives)` > threshold
7575
branch: gha-biweekly-fees

0 commit comments

Comments
 (0)