Skip to content

Commit

Permalink
feat(cli): make blockscout default verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa committed Apr 30, 2024
1 parent 14cb092 commit 1162a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const verifyOptions = {
desc: "Enable batch processing of RPC requests in viem client (defaults to batch size of 100 and wait of 1s)",
},
srcDir: { type: "string", desc: "Source directory. Defaults to foundry src directory." },
verifier: { type: "string", desc: "The verifier to use. Default to sourcify", default: "sourcify" },
verifier: { type: "string", desc: "The verifier to use. Default to sourcify", default: "blockscout" },
verifierUrl: {
type: "string",
desc: "The verification provider.",
Expand Down

0 comments on commit 1162a75

Please sign in to comment.