bug(forge verify-contract
): --verifier-url
doesn't change the URL that the contract is submitted for verification
#8254
Labels
C-forge
Command: forge
Cmd-forge-verify
Command: forge verify-contract/check
P-normal
Priority: normal
T-bug
Type: bug
Milestone
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (ba9fa20 2024-06-24T00:23:20.410766000Z)
What command(s) is the bug in?
forge verify-contract $address $contract_name --verifier-url $verifierUrl --etherscan-api-key $VERIFIER_API_KEY --retries 10 --delay 10 --watch
Operating System
macOS (Apple Silicon)
Describe the bug
When running a manual contract verification and the passed verfifier-url is one it still defaults to Etherscan's.
Although I have passed another url
When a contract has been verified at creation time there is no issue like that
The text was updated successfully, but these errors were encountered: