Skip to content

Commit

Permalink
test: fix etherscan test args (#6929)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jan 28, 2024
1 parent 831fa5f commit 7147485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/cli/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn verify_on_chain(info: Option<EnvExternalities>, prj: TestProject, mut cmd: Te
.arg(guid)
.arg("--chain-id")
.arg(info.chain.to_string())
.arg("--etherscan-key")
.arg("--etherscan-api-key")
.arg(info.etherscan)
.arg("--verifier")
.arg(info.verifier);
Expand Down

0 comments on commit 7147485

Please sign in to comment.