forge script --verify
should output constructor args, compiler version and optimisations
#4555
Labels
C-forge
Command: forge
Cmd-forge-script
Command: forge script
first issue
A good way to start contributing
T-feature
Type: feature
Milestone
Component
Forge
Describe the feature you would like
Because EtherScan is a flaky mistress and contract verification fails more often than less, it would be good developer experience to make retrying the contract verification as easy as possible.
A low hanging fruit to optimise the developer experience here is to make sure that all parameters needed to submit the verification are obvious. This can be accomplish by
forge script
outputting used parameters in the stdout whenforge script --verify
is run.Now forge prints
More context needs to be added:
Additional context
Add pic here where I am pulling out my hair with EtherScan.gif
The text was updated successfully, but these errors were encountered: