Skip to content

Commit

Permalink
update zkSync Era L1 settlement address for EIP-4844 (#5591)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgingerich authored Mar 14, 2024
1 parent d02ef19 commit f36b86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/rollup_economics/ethereum/l1_data_fees.sql
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ with tx_batch_appends as (
t.to = 0x3dB52cE065f728011Ac6732222270b3F2360d919
-- L1 transactions settle here post-Boojum
OR t.to = 0xa0425d71cB1D6fb80E65a5361a04096E0672De03
-- L1 transactions settle here post-EIP4844
OR t.to = 0xa8CB082A5a689E0d594d7da1E2d72A3D63aDc1bD
)
AND (
-- L1 transactions use these method ID's pre-Boojum
Expand Down

0 comments on commit f36b86c

Please sign in to comment.