Skip to content

Commit

Permalink
fixed BLOB_BLOCK (for mainnet) (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbar authored Mar 12, 2024
1 parent ad12ff5 commit fb15c93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions state-reconstruct-fetcher/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ pub mod ethereum {
pub const BOOJUM_BLOCK: u64 = 18_715_403;

/// Block number in Ethereum of the first block storing pubdata within blobs.
// NOTE: Not actual number, TBD.
pub const BLOB_BLOCK: u64 = 80_715_403;
pub const BLOB_BLOCK: u64 = 19_412_473;

/// zkSync smart contract address.
pub const ZK_SYNC_ADDR: &str = "0x32400084C286CF3E17e7B677ea9583e60a000324";
Expand Down

0 comments on commit fb15c93

Please sign in to comment.