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

Commit 4cfbfaf

Browse files
committed
build core pool list
1 parent a18187d commit 4cfbfaf

1 file changed

Lines changed: 1 addition & 1 deletion

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.core_pools
250+
else self.bal_pools_gauges.build_core_pools()
251251
)
252252

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

0 commit comments

Comments
 (0)