Skip to content

Commit

Permalink
update slot
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwenxi committed Apr 16, 2024
1 parent ab2f06e commit d61b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bus-mapping/src/l2_predeployed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod message_queue {
pub static ADDRESS: LazyLock<Address> =
LazyLock::new(|| Address::from_str("0x5300000000000000000000000000000000000001").unwrap());
/// the slot of withdraw root in L2MessageQueue
pub static WITHDRAW_TRIE_ROOT_SLOT: LazyLock<U256> = LazyLock::new(|| U256::from(45));
pub static WITHDRAW_TRIE_ROOT_SLOT: LazyLock<U256> = LazyLock::new(|| U256::from(33));
}

/// Helper for L1GasPriceOracle contract
Expand Down

0 comments on commit d61b21c

Please sign in to comment.