Skip to content

Commit

Permalink
misc: revert back verification
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnaum committed Dec 23, 2024
1 parent cccd383 commit 097028d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ export const verifyContract = async (data: {
constructorArguments: string;
bytecode: string;
}) => {
// const verificationRequestId: number = await hre.run('verify:verify', {
// ...data,
// noCompile: true,
// });
// return verificationRequestId;
const verificationRequestId: number = await hre.run('verify:verify', {
...data,
noCompile: true,
});
return verificationRequestId;
};

export const verifyZkDeployedContract = async (data: {
Expand Down

0 comments on commit 097028d

Please sign in to comment.