Skip to content

Commit

Permalink
fix(verify): set skip_is_verified_check: true for deploy (similar to …
Browse files Browse the repository at this point in the history
…broadcast)
  • Loading branch information
grandizzy committed Oct 29, 2024
1 parent a428ba6 commit d7b75a0
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 d7b75a0

Please sign in to comment.