Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 1d5e2b2

Browse files
Merge pull request #307 from balancer/chore/update-org-references
chore: update BalancerMaxis org references to balancer
2 parents 7b6c9bf + 58f806e commit 1d5e2b2

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/collect_fees.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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)

.github/workflows/trigger_fee_collection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

.github/workflows/trigger_multisig_ops_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

fee_allocator/constants.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
66
VOTEMARKET_CONFIG_URL = "https://raw.githubusercontent.com/stake-dao/contracts-monorepo/main/packages/votemarket/data/votemarkets.json"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
joblib==1.5.3
22
html5lib==1.1
33
rich==14.3.3
4-
git+https://github.com/BalancerMaxis/bal_addresses
4+
git+https://github.com/balancer/bal_addresses

0 commit comments

Comments
 (0)