Skip to content

Commit

Permalink
feat: use default EvmVersion on default Config (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy authored Jul 11, 2024
1 parent 5573484 commit 847b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ impl Default for Config {
allow_paths: vec![],
include_paths: vec![],
force: false,
evm_version: EvmVersion::Paris,
evm_version: EvmVersion::default(),
gas_reports: vec!["*".to_string()],
gas_reports_ignore: vec![],
solc: None,
Expand Down

0 comments on commit 847b8af

Please sign in to comment.