Skip to content

Commit

Permalink
fix(forge create): set skip_is_verified_check: true (foundry-rs#9222)
Browse files Browse the repository at this point in the history
fix(verify): set skip_is_verified_check: true for deploy (similar to broadcast)
  • Loading branch information
grandizzy authored and rplusq committed Nov 29, 2024
1 parent 6b02dec commit 381799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/bin/cmd/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ impl CreateArgs {
rpc: Default::default(),
flatten: false,
force: false,
skip_is_verified_check: false,
skip_is_verified_check: true,
watch: true,
retry: self.retry,
libraries: self.opts.libraries.clone(),
Expand Down

0 comments on commit 381799e

Please sign in to comment.