diff --git a/bus-mapping/src/l2_predeployed.rs b/bus-mapping/src/l2_predeployed.rs index 21d0f049c6..a2999e946a 100644 --- a/bus-mapping/src/l2_predeployed.rs +++ b/bus-mapping/src/l2_predeployed.rs @@ -12,7 +12,7 @@ pub mod message_queue { pub static ADDRESS: LazyLock
= LazyLock::new(|| Address::from_str("0x5300000000000000000000000000000000000001").unwrap()); /// the slot of withdraw root in L2MessageQueue - pub static WITHDRAW_TRIE_ROOT_SLOT: LazyLock