Skip to content

Commit af0364a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)