From 3b690fe7d8a7cab5c08842d00c0379c10cb47f1b Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Mon, 17 Feb 2025 14:25:37 +0100 Subject: [PATCH] fix: core pools earned fees should be less than swept --- .github/workflows/collect_fees_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/collect_fees_v2.yaml b/.github/workflows/collect_fees_v2.yaml index a32508d9..f7d47333 100644 --- a/.github/workflows/collect_fees_v2.yaml +++ b/.github/workflows/collect_fees_v2.yaml @@ -68,7 +68,7 @@ jobs: - [ ] all pools must be a core pool - [ ] `total_incentives` + `fees_to_vebal` + `fees_to_dao` == usdc onchain - [ ] `aura_incentives` / `total_incentives` ~= aurabal's vebal capture (https://app.aura.finance/#/stats) - - [ ] (`earned_fees` + `fees_to_vebal` + `fees_to_dao`) >= total_swept onchain (per chain) + - [ ] (`earned_fees` + `fees_to_vebal` + `fees_to_dao`) <= total_swept onchain (per chain) - [ ] `fees_to_dao` / (`fees_to_vebal` + `fees_to_dao` + `total_incentives`) == .175 - [ ] `min(aura_incentives)` > threshold - [ ] `min(bal_incentives)` > threshold