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

Commit 049cf45

Browse files
authored
Merge branch 'biweekly-runs' into test-workflow
2 parents 1ec00df + af731e8 commit 049cf45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fee_allocator/accounting/chains.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def _fetch_and_process_pool_fee_data(self) -> list[PoolFeeData]:
256256
v3_pools = [(p, l) for p, l in core_pools_list if len(p) == 42]
257257
for pool_id, label in v3_pools:
258258
pool_fee_data = self._fetch_twap_prices_and_init_pool_fee_data_v3(pool_id, label, pool_to_gauge)
259-
pools_data.append(pool_fee_data)
260259

261260
elif self.chains.protocol_version == "v2":
262261
v2_pools = [(p, l) for p, l in core_pools_list if len(p) != 42]

0 commit comments

Comments
 (0)