Skip to content

Commit

Permalink
Update rollup_economics_linea_l1_verification_fees.sql
Browse files Browse the repository at this point in the history
update method selector
  • Loading branch information
raho1 authored Jan 9, 2025
1 parent b7cd0fb commit 86dc048
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ WHERE t.to IN (
)
AND bytearray_substring(t.data, 1, 4) IN (
0x4165d6dd -- Finalize Blocks (proof verified immediately)
, 0x5603c65f -- Finalize Blocks (updated)
, 0xd630280f -- finalizeCompressedBlocksWithProof (Aplha v2 Release at block. 19222438)
, 0xabffac32 -- finalizeBlocksWithProof
)
AND t.block_time >= TIMESTAMP '2023-07-12'
{% if is_incremental() %}
AND {{incremental_predicate('t.block_time')}}
{% endif %}
{% endif %}

0 comments on commit 86dc048

Please sign in to comment.