Skip to content

Commit

Permalink
Document forge verify-contract --show-standard-json-input option (#956)
Browse files Browse the repository at this point in the history
I found this option in this issue - foundry-rs/foundry#3507

This was helpful for verifying a contract on Zora's blockscout based explorer.

I don't really know where this standard comes from or anything about it, so hoping someone more knowledgeable is willing to take this over the finish line.
  • Loading branch information
sbauch authored Jul 13, 2023
1 parent da529c2 commit 6b57f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reference/forge/forge-verify-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ you can specify a file containing **space-separated** constructor arguments with

{{#include ../common/retry-options.md}}

`--show-standard-json-input`
    Command outputs JSON suitable for saving to a file and uploading to block explorers for verification.

`--watch`
    Wait for verification result after submission.
    Automatically runs `forge verify-check` until the verification either fails or succeeds.
Expand Down

0 comments on commit 6b57f7a

Please sign in to comment.