Skip to content

Commit

Permalink
Merge branch 'foundry-update-4af6cfa' into elfedy-151
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jul 11, 2024
2 parents 07eaa9f + 847b8af commit 7ededc0
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 7ededc0

Please sign in to comment.