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

Commit b922899

Browse files
Merge pull request #349 from BalancerMaxis/fix/core-earned-less-than
fix: core pools earned fees should be less than swept
2 parents ee8dab9 + 3b690fe commit b922899

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
@@ -68,7 +68,7 @@ jobs:
6868
- [ ] all pools must be a core pool
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)
71-
- [ ] (`earned_fees` + `fees_to_vebal` + `fees_to_dao`) >= total_swept onchain (per chain)
71+
- [ ] (`earned_fees` + `fees_to_vebal` + `fees_to_dao`) <= total_swept onchain (per chain)
7272
- [ ] `fees_to_dao` / (`fees_to_vebal` + `fees_to_dao` + `total_incentives`) == .175
7373
- [ ] `min(aura_incentives)` > threshold
7474
- [ ] `min(bal_incentives)` > threshold

0 commit comments

Comments
 (0)