Skip to content

Commit

Permalink
Separate Handling for hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Ritzdorf committed Aug 27, 2024
1 parent c6b9ff4 commit 2cfe349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bytecode_verification/parse_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ impl ProjectInfo {
let immutables = Self::extract_immutables(&deployed_bytecode, &id_to_ast);

// If we are not using build_cache then delete the tmp files
if build_cache.is_none() {
if build_cache.is_none() && env == Environment::Foundry {
fs::remove_dir_all(&build_info_path)?;
};

Expand Down

0 comments on commit 2cfe349

Please sign in to comment.