Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/proof/mpt/src/noop.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Trait implementations for `kona-mpt` traits that are effectively a no-op.
//! Providers trait implementations for downstream users who do not require hinting.
//! Provides trait implementations for downstream users who do not require hinting.

use crate::{TrieHinter, TrieNode, TrieProvider};
use alloc::string::String;
Expand Down
2 changes: 1 addition & 1 deletion crates/protocol/protocol/src/predeploys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Predeploys {
pub const BEACON_BLOCK_ROOT: Address = address!("0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02");

/// The Operator Fee Vault proxy address.
pub const OPERATOR_FEE_VAULT: Address = address!("420000000000000000000000000000000000001B");
pub const OPERATOR_FEE_VAULT: Address = address!("0x420000000000000000000000000000000000001B");

/// The CrossL2Inbox proxy address.
pub const CROSS_L2_INBOX: Address = address!("0x4200000000000000000000000000000000000022");
Expand Down
Loading