Skip to content

Commit

Permalink
fix: sepolia batch_inbox_address (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PinelliaC authored Mar 4, 2025
1 parent 6b1e3e8 commit 8d6fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/genesis/src/rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pub const MANTLE_SEPOLIA_CONFIG: RollupConfig = RollupConfig {
l2_chain_id: 5003,
regolith_time: Some(0),
base_fee_time: None,
batch_inbox_address: address!("ff00000000000000000000000000000000000000"),
batch_inbox_address: address!("ffeeddccbbaa0000000000000000000000000000"),
deposit_contract_address: address!("b3db4bd5bc225930ed674494f9a4f6a11b8efbc8"),
l1_system_config_address: address!("04b34526c91424e955d13c7226bc4385e57e6706"),
mantle_da_switch: true,
Expand Down

0 comments on commit 8d6fee2

Please sign in to comment.