You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forge verify-contract does not attempt to re-verify an already-verified contract as this is an expensive operation. However there are some cases in which this behavior is desired e.g. to re-verify a partially-verified contract with source code that matches the metadata hash. I suggest adding a flag --ignore-already-verified to the verifier command-line arguments to skip the contract already verified check.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
forge verify-contract
does not attempt to re-verify an already-verified contract as this is an expensive operation. However there are some cases in which this behavior is desired e.g. to re-verify a partially-verified contract with source code that matches the metadata hash. I suggest adding a flag--ignore-already-verified
to the verifier command-line arguments to skip the contract already verified check.Additional context
No response
The text was updated successfully, but these errors were encountered: