Skip to content

Commit

Permalink
changed first block
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Apr 18, 2024
1 parent dc41c97 commit 83b8cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/sync/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub mod starknet_sync_worker {
) where
C: HeaderBackend<DBlockT> + 'static,
{
let starting_block = starting_block + 524435;
let starting_block = starting_block + 1;

let _ = tokio::join!(
l1::sync(l1_url.clone()),
Expand Down

0 comments on commit 83b8cd9

Please sign in to comment.