Skip to content

Commit

Permalink
update chain id to 1 -> ef-spec compliant (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Sep 24, 2024
1 parent 0325111 commit 5b49e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ef-testing/src/evm_sequencer/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ where
}

// Chain params
pub const CHAIN_ID: u64 = 0x4b4b5254;
pub const CHAIN_ID: u64 = 0x1;

// Block params
pub const BLOCK_GAS_LIMIT: u64 = 20_000_000;
Expand Down

0 comments on commit 5b49e50

Please sign in to comment.