Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/collect_fees.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_fee_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_multisig_ops_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
10 changes: 5 additions & 5 deletions fee_allocator/constants.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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