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
When we run the script to deploy all contracts for Verax, we verify the contracts on the chain explorer, as specified in the Hardhat configuration file.
Because this process can fail, or because newly created networks might not have a functioning chain explorer yet, we need to make this verification process optional. In other words, this ticket aims to introduce new pnpm scripts, passing a --no-verify argument to the script deploying/upgrading contracts.
Scripts that should be compatible with this new option:
When we run the script to deploy all contracts for Verax, we verify the contracts on the chain explorer, as specified in the Hardhat configuration file.
Because this process can fail, or because newly created networks might not have a functioning chain explorer yet, we need to make this verification process optional. In other words, this ticket aims to introduce new pnpm scripts, passing a
--no-verify
argument to the script deploying/upgrading contracts.Scripts that should be compatible with this new option:
The text was updated successfully, but these errors were encountered: