File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/// 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 ;
3
3
4
4
/// The size of the blob cache for the provider.
5
5
pub 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;
6
6
use scroll_l1:: abi:: logs:: { CommitBatch , QueueTransaction } ;
7
7
8
8
/// 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 " ) ;
10
10
11
11
/// The address of the Scroll L1 message queue contract on the L1.
12
12
pub const L1_MESSAGE_QUEUE_CONTRACT_ADDRESS : Address =
13
- address ! ( "0xCd81CCC2d3f20DCEa1740aDD7C4a56Fd08471009 " ) ;
13
+ address ! ( "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B " ) ;
14
14
15
15
/// The [`Filter`] used by the [`crate::L1Watcher`] to index events relevant to the rollup node.
16
16
pub static L1_WATCHER_LOG_FILTER : LazyLock < Filter > = LazyLock :: new ( || {
You can’t perform that action at this time.
0 commit comments