Skip to content

Commit

Permalink
Raho1 linea patch 2 1 (#7447)
Browse files Browse the repository at this point in the history
* Update rollup_economics_linea_l1_verification_fees.sql

update method selector

* Update rollup_economics_linea_l1_data_fees.sql

update method selector
  • Loading branch information
raho1 authored Jan 13, 2025
1 parent b8d3a81 commit 0419512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ AND bytearray_substring(t.data, 1, 4) IN (
0x7a776315 -- submitData (Aplha v2 Release at block. 19222438)
, 0x2d3c12e5 -- submitBlobData
, 0x42fbe842 -- submitBlobs
, 0x99467a35 -- submitBlobs (updated)
)
AND t.block_time >= TIMESTAMP '2023-07-12'
{% if is_incremental() %}
AND {{incremental_predicate('t.block_time')}}
{% endif %}
{% endif %}
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 0419512

Please sign in to comment.