Skip to content

Commit

Permalink
Set Shanghai spec as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Apr 11, 2024
1 parent 740c4aa commit 753ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-tests/jsontests/tests/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn short_test_file_name(name: &str) -> String {
pub fn run(dir: &str) {
const PRINT_OUTPUT: bool = false;
// const SPEC: Option<ForkSpec> = Some(ForkSpec::Cancun);
const SPEC: Option<ForkSpec> = None;
const SPEC: Option<ForkSpec> = Some(ForkSpec::Shanghai);

let _ = env_logger::try_init();

Expand Down

0 comments on commit 753ba4d

Please sign in to comment.