From c23d7b9602b31d6d5a2d041b1b57a667555968ec Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Thu, 27 Feb 2025 11:18:08 +0100 Subject: [PATCH 1/2] docs: add url to etherscan for manual onchain check --- .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 f7d47333..af3da6ce 100644 --- a/.github/workflows/collect_fees_v2.yaml +++ b/.github/workflows/collect_fees_v2.yaml @@ -66,7 +66,7 @@ jobs: body: | Checks before merging: - [ ] all pools must be a core pool - - [ ] `total_incentives` + `fees_to_vebal` + `fees_to_dao` == usdc onchain + - [ ] `total_incentives` + `fees_to_vebal` + `fees_to_dao` == [usdc onchain](https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?a=0x7c68c42de679ffb0f16216154c996c354cf1161b) - [ ] `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) - [ ] `fees_to_dao` / (`fees_to_vebal` + `fees_to_dao` + `total_incentives`) == .175 From 06fdce150710ad07a461843dbf6fe089b6108bfc Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Thu, 27 Feb 2025 13:03:11 +0100 Subject: [PATCH 2/2] docs: only compare earned vs 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 af3da6ce..cd781f50 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](https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?a=0x7c68c42de679ffb0f16216154c996c354cf1161b) - [ ] `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` <= 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