Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] When deploying contracts, make the verification process optional #863

Open
5 tasks
alainncls opened this issue Dec 17, 2024 · 0 comments
Open
5 tasks

Comments

@alainncls
Copy link
Collaborator

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for development
Development

No branches or pull requests

1 participant