Skip to content

Commit

Permalink
fix: revert from verify:verify task to verify to support constructor …
Browse files Browse the repository at this point in the history
…arguments
  • Loading branch information
mathewmeconry committed Mar 14, 2023
1 parent 4dbfcfc commit 675cb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/utils/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const verifyContract = async (
address: address,
constructorArgs: path,
};
await runTaskWithRetry('verify:verify', params, times, msDelay, cleanup);
await runTaskWithRetry('verify', params, times, msDelay, cleanup);
} catch (error) {
console.warn(`Verify task error: ${error}`);
}
Expand Down

0 comments on commit 675cb9b

Please sign in to comment.