Skip to content

Commit

Permalink
Fix typo in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jun 7, 2023
1 parent d8056fb commit cbcfb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const lock = await ethers.deployContract("Lock", [unlockTime], {
value: lockedAmount,
});

await lock.waitForDeploymet();
await lock.waitForDeployment();

console.log(
`Lock with ${ethers.formatEther(
Expand Down

0 comments on commit cbcfb87

Please sign in to comment.