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

Verify #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Verify #161

wants to merge 3 commits into from

Conversation

fuzzylemma
Copy link

Verify a recently deployed contract based on current values in the contract. If values that are set by constructor are updated after initial deployment this will fail.

usage example:
npx hardhat verifyOne [address] [contractName] [contractFilePath]

this task is refactored from code i used to verify all current contracts, i don't this should be approved until we confirm its work for new contract deployments.

Note: sometimes verification fails due to optimization creating different bytecode. Use compileOne to recompile the specific contract and try again.
usage example
npx hardhat compileOne [contractName]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant