We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c186823 commit 83b0e77Copy full SHA for 83b0e77
scripts/deploy/dropERC20.ts
@@ -13,6 +13,8 @@ async function main() {
13
dropERC20.address,
14
);
15
16
+ await dropERC20.deployTransaction.wait();
17
+
18
console.log("\n");
19
20
console.log("Verifying contract.");
0 commit comments