diff --git a/.github/workflows/collect_fees.yaml b/.github/workflows/collect_fees.yaml index 3183276..cfbf2e3 100644 --- a/.github/workflows/collect_fees.yaml +++ b/.github/workflows/collect_fees.yaml @@ -67,7 +67,7 @@ jobs: title: "Manual ${{ inputs.protocol_version }} Fee Report ending ${{ inputs.end_day }}" body: | Checks before merging: - - [ ] all pools must be a [core pool](https://github.com/BalancerMaxis/bal_addresses/blob/main/outputs/core_pools.json) + - [ ] all pools must be a [core pool](https://github.com/balancer/bal_addresses/blob/main/outputs/core_pools.json) - [ ] `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` <= total_swept onchain (per chain) diff --git a/.github/workflows/trigger_fee_collection.yaml b/.github/workflows/trigger_fee_collection.yaml index e4ac52b..d027a8c 100644 --- a/.github/workflows/trigger_fee_collection.yaml +++ b/.github/workflows/trigger_fee_collection.yaml @@ -109,7 +109,7 @@ jobs: title: "Biweekly Fee Report ending ${{ steps.get-date.outputs.end-date }}" body: | Checks before merging: - - [ ] all pools must be a [core pool](https://github.com/BalancerMaxis/bal_addresses/blob/main/outputs/core_pools.json) + - [ ] all pools must be a [core pool](https://github.com/balancer/bal_addresses/blob/main/outputs/core_pools.json) - [ ] `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` <= total_swept onchain (per chain) diff --git a/.github/workflows/trigger_multisig_ops_sync.yaml b/.github/workflows/trigger_multisig_ops_sync.yaml index e5bb10d..82412a5 100644 --- a/.github/workflows/trigger_multisig_ops_sync.yaml +++ b/.github/workflows/trigger_multisig_ops_sync.yaml @@ -41,7 +41,7 @@ jobs: uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.MULTISIG_OPS_PAT }} - repository: BalancerMaxis/multisig-ops + repository: balancer/multisig-ops event-type: fee_report_merged client-payload: | { diff --git a/README.md b/README.md index 40c0dbc..a919e22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Project Overview -[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/BalancerMaxis/protocol_fee_allocator_v2) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/balancer/protocol_fee_allocator_v2) diff --git a/fee_allocator/constants.py b/fee_allocator/constants.py index 911d333..28ab2fd 100644 --- a/fee_allocator/constants.py +++ b/fee_allocator/constants.py @@ -1,6 +1,6 @@ -FEE_CONSTANTS_URL = "https://raw.githubusercontent.com/BalancerMaxis/multisig-ops/main/config/protocol_fees_constants.json" -ALLIANCE_CONFIG_URL = "https://raw.githubusercontent.com/BalancerMaxis/multisig-ops/main/config/alliance_fee_share.json" -PARTNER_CONFIG_URL = "https://raw.githubusercontent.com/BalancerMaxis/multisig-ops/main/config/partner_fee_share.json" -EZKL_POOLS_URL = "https://raw.githubusercontent.com/BalancerMaxis/bal_addresses/main/outputs/ezkl_pools.json" -POOL_OVERRIDES_URL = "https://raw.githubusercontent.com/BalancerMaxis/multisig-ops/main/config/pool_incentives_overrides.json" +FEE_CONSTANTS_URL = "https://raw.githubusercontent.com/balancer/multisig-ops/main/config/protocol_fees_constants.json" +ALLIANCE_CONFIG_URL = "https://raw.githubusercontent.com/balancer/multisig-ops/main/config/alliance_fee_share.json" +PARTNER_CONFIG_URL = "https://raw.githubusercontent.com/balancer/multisig-ops/main/config/partner_fee_share.json" +EZKL_POOLS_URL = "https://raw.githubusercontent.com/balancer/bal_addresses/main/outputs/ezkl_pools.json" +POOL_OVERRIDES_URL = "https://raw.githubusercontent.com/balancer/multisig-ops/main/config/pool_incentives_overrides.json" VOTEMARKET_CONFIG_URL = "https://raw.githubusercontent.com/stake-dao/contracts-monorepo/main/packages/votemarket/data/votemarkets.json" diff --git a/requirements.txt b/requirements.txt index 6d71d6a..ceacf6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ joblib==1.5.3 html5lib==1.1 rich==14.3.3 -git+https://github.com/BalancerMaxis/bal_addresses +git+https://github.com/balancer/bal_addresses