Skip to content

Commit 83b0e77

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
await deployment in deploy script
1 parent c186823 commit 83b0e77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/deploy/dropERC20.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ async function main() {
1313
dropERC20.address,
1414
);
1515

16+
await dropERC20.deployTransaction.wait();
17+
1618
console.log("\n");
1719

1820
console.log("Verifying contract.");

0 commit comments

Comments
 (0)