Forge
Last updated
Last updated
If automatic contract verification fails during deployment it can be performed manually using forge.
--watch
leaves the terminal waiting for a status confirmation reply.
If constructor arguments are required they can be encoded using cast
e.g for a constructor requiring a single address:
Then use that cast
output to add --constructor-args
to the end of the forge verify-contract
command.