Skip to content

Verify#161

Open
fuzzylemma wants to merge 3 commits intomasterfrom
verify
Open

Verify#161
fuzzylemma wants to merge 3 commits intomasterfrom
verify

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