This repository was archived by the owner on Apr 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 title : " Manual ${{ inputs.protocol_version }} Fee Report ending ${{ inputs.end_day }}"
6868 body : |
6969 Checks before merging:
70- - [ ] all pools must be a [core pool](https://github.com/BalancerMaxis /bal_addresses/blob/main/outputs/core_pools.json)
70+ - [ ] all pools must be a [core pool](https://github.com/balancer /bal_addresses/blob/main/outputs/core_pools.json)
7171 - [ ] `total_incentives` + `fees_to_vebal` + `fees_to_dao` == [usdc onchain](https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?a=0x7c68c42de679ffb0f16216154c996c354cf1161b)
7272 - [ ] `aura_incentives` / `total_incentives` ~= aurabal's vebal capture (https://app.aura.finance/#/stats)
7373 - [ ] `earned_fees` <= total_swept onchain (per chain)
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 title : " Biweekly Fee Report ending ${{ steps.get-date.outputs.end-date }}"
110110 body : |
111111 Checks before merging:
112- - [ ] all pools must be a [core pool](https://github.com/BalancerMaxis /bal_addresses/blob/main/outputs/core_pools.json)
112+ - [ ] all pools must be a [core pool](https://github.com/balancer /bal_addresses/blob/main/outputs/core_pools.json)
113113 - [ ] `total_incentives` + `fees_to_vebal` + `fees_to_dao` == [usdc onchain](https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?a=0x7c68c42de679ffb0f16216154c996c354cf1161b)
114114 - [ ] `aura_incentives` / `total_incentives` ~= aurabal's vebal capture (https://app.aura.finance/#/stats)
115115 - [ ] `earned_fees` <= total_swept onchain (per chain)
Original file line number Diff line number Diff line change 4141 uses : peter-evans/repository-dispatch@v4
4242 with :
4343 token : ${{ secrets.MULTISIG_OPS_PAT }}
44- repository : BalancerMaxis /multisig-ops
44+ repository : balancer /multisig-ops
4545 event-type : fee_report_merged
4646 client-payload : |
4747 {
Original file line number Diff line number Diff line change 22
33## Project Overview
44
5- [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/BalancerMaxis /protocol_fee_allocator_v2 )
5+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/balancer /protocol_fee_allocator_v2 )
66
77
88
Original file line number Diff line number Diff line change 1- FEE_CONSTANTS_URL = "https://raw.githubusercontent.com/BalancerMaxis /multisig-ops/main/config/protocol_fees_constants.json"
2- ALLIANCE_CONFIG_URL = "https://raw.githubusercontent.com/BalancerMaxis /multisig-ops/main/config/alliance_fee_share.json"
3- PARTNER_CONFIG_URL = "https://raw.githubusercontent.com/BalancerMaxis /multisig-ops/main/config/partner_fee_share.json"
4- EZKL_POOLS_URL = "https://raw.githubusercontent.com/BalancerMaxis /bal_addresses/main/outputs/ezkl_pools.json"
5- POOL_OVERRIDES_URL = "https://raw.githubusercontent.com/BalancerMaxis /multisig-ops/main/config/pool_incentives_overrides.json"
1+ FEE_CONSTANTS_URL = "https://raw.githubusercontent.com/balancer /multisig-ops/main/config/protocol_fees_constants.json"
2+ ALLIANCE_CONFIG_URL = "https://raw.githubusercontent.com/balancer /multisig-ops/main/config/alliance_fee_share.json"
3+ PARTNER_CONFIG_URL = "https://raw.githubusercontent.com/balancer /multisig-ops/main/config/partner_fee_share.json"
4+ EZKL_POOLS_URL = "https://raw.githubusercontent.com/balancer /bal_addresses/main/outputs/ezkl_pools.json"
5+ POOL_OVERRIDES_URL = "https://raw.githubusercontent.com/balancer /multisig-ops/main/config/pool_incentives_overrides.json"
66VOTEMARKET_CONFIG_URL = "https://raw.githubusercontent.com/stake-dao/contracts-monorepo/main/packages/votemarket/data/votemarkets.json"
Original file line number Diff line number Diff line change 11joblib == 1.5.3
22html5lib == 1.1
33rich == 14.3.3
4- git+https://github.com/BalancerMaxis /bal_addresses
4+ git+https://github.com/balancer /bal_addresses
You can’t perform that action at this time.
0 commit comments