matter-labs/hardhat-zksync

vyper verify contarct

osmond47 opened this issue · 1 comments

The deployment script added verification code, but the verification was still unsuccessful.

await hre.run("verify:verify:vyper", {
address: contractAddress,
// contract: artifact.contractName,
constructorArguments: [],
});

image image

Hi @richiezk, did you run the verify command right after the deployment of the smart contract?
If you did, can you provide more context about the contract you are trying to verify (its source code, hardhat config, deploy script you used, etc) ?