Skip to content

Commit 38ea6cf

Browse files
committed
fix: revert constant changes
1 parent aadf669 commit 38ea6cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/rollup/src/constants.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
55
pub const PROVIDER_BLOB_CACHE_SIZE: usize = 100;

crates/watcher/src/constants.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ use alloy_sol_types::SolEvent;
66
use 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.
1212
pub 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.
1616
pub static L1_WATCHER_LOG_FILTER: LazyLock<Filter> = LazyLock::new(|| {

0 commit comments

Comments
 (0)