Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions fee_allocator/accounting/fee_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def run_fees(
f"Warning pool {pool_id}({description}) on chain {chain} is in the core pools list but does not have a gauge. Skipping."
)

if chain.value == Chains.ZKEVM.value:
print("SKIPPING ZKEVM DUE TO RPC ISSUES, CHANGE ME WHEN FIXED!")
continue
target_blocks[chain.value] = (
get_block_by_ts(timestamp_now, chain.value), # Block now
get_block_by_ts(timestamp_2_weeks_ago, chain.value), # Block 2 weeks ago
Expand Down
Loading