Skip to content

Commit

Permalink
correctly verify contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvyne committed Feb 13, 2024
1 parent df459df commit 1b298c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const deploy = async (hre) => {
args: [P256Signer.address],
});

/* await run("verify:verify", {
await run("verify:verify", {
address: P256Signer.address,
}); */
});
await run("verify:verify", {
address: factory.address,
constructorArguments: [P256Signer.address],
Expand Down

0 comments on commit 1b298c2

Please sign in to comment.