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

Commit 8c71a1e

Browse files
committed
target v3-pool-fees branch
1 parent 4cfbfaf commit 8c71a1e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

fee_allocator/accounting/chains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def _fetch_and_process_pool_fee_data(self) -> list[PoolFeeData]:
247247
core_pools_list = (
248248
[(pool_id, label) for pool_id, label in self.core_pools_list.items()]
249249
if self.core_pools_list is not None
250-
else self.bal_pools_gauges.build_core_pools()
250+
else self.bal_pools_gauges.core_pools
251251
)
252252

253253
v3_pools = [(p, l) for p, l in core_pools_list if len(p) == 42]

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ gql[requests]
77
pandas==2.0.3
88
numpy==1.26.4
99
json-fix
10-
# git+https://github.com/BalancerMaxis/bal_addresses@main
11-
git+https://github.com/BalancerMaxis/bal_tools@v3-pool-fees
10+
git+https://github.com/BalancerMaxis/bal_addresses@v3-pool-fees

0 commit comments

Comments
 (0)