From 446650be38d71e87b4c850af2c63bb14bc33f0b2 Mon Sep 17 00:00:00 2001 From: Sam Bauch Date: Thu, 13 Jul 2023 14:16:12 -0400 Subject: [PATCH] Document forge verify-contract --show-standard-json-input option I found this option in this issue - https://github.com/foundry-rs/foundry/issues/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. --- src/reference/forge/forge-verify-contract.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/reference/forge/forge-verify-contract.md b/src/reference/forge/forge-verify-contract.md index 388ce32c2..321dba6d0 100644 --- a/src/reference/forge/forge-verify-contract.md +++ b/src/reference/forge/forge-verify-contract.md @@ -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.