Skip to content

Commit

Permalink
chore: skip is verified check for script deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 5, 2023
1 parent 13af418 commit bb0a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/bin/cmd/script/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl VerifyBundle {
etherscan: self.etherscan.clone(),
flatten: false,
force: false,
skip_is_verified_check: false,
skip_is_verified_check: true,
watch: true,
retry: self.retry,
libraries: libraries.to_vec(),
Expand Down

0 comments on commit bb0a187

Please sign in to comment.