File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/// The block number at which to start the L1 watcher.
2- pub const WATCHER_START_BLOCK_NUMBER : u64 = 8000374 ;
2+ pub const WATCHER_START_BLOCK_NUMBER : u64 = 18318215 ;
33
44/// The size of the blob cache for the provider.
55pub const PROVIDER_BLOB_CACHE_SIZE : usize = 100 ;
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ use alloy_sol_types::SolEvent;
66use scroll_l1:: abi:: logs:: { CommitBatch , QueueTransaction } ;
77
88/// The address of the Scroll Rollup contract on the L1.
9- pub const ROLLUP_CONTRACT_ADDRESS : Address = address ! ( "0x2D567EcE699Eabe5afCd141eDB7A4f2D0D6ce8a0 " ) ;
9+ pub const ROLLUP_CONTRACT_ADDRESS : Address = address ! ( "0xa13BAF47339d63B743e7Da8741db5456DAc1E556 " ) ;
1010
1111/// The address of the Scroll L1 message queue contract on the L1.
1212pub const L1_MESSAGE_QUEUE_CONTRACT_ADDRESS : Address =
13- address ! ( "0xCd81CCC2d3f20DCEa1740aDD7C4a56Fd08471009 " ) ;
13+ address ! ( "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B " ) ;
1414
1515/// The [`Filter`] used by the [`crate::L1Watcher`] to index events relevant to the rollup node.
1616pub static L1_WATCHER_LOG_FILTER : LazyLock < Filter > = LazyLock :: new ( || {
You can’t perform that action at this time.
0 commit comments