Skip to content

Commit

Permalink
Update .snippets/code/tutorials/subsquid/deploy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <[email protected]>
  • Loading branch information
themacexpert and eshaben authored Nov 20, 2023
1 parent ca36e9c commit d6e21e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .snippets/code/tutorials/subsquid/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function main() {
gasLimit: customGasLimit,
} );

// Wait for the Deployment
// Wait for the deployment
await myTok.waitForDeployment();

console.log(`Contract deployed to ${myTok.target}`);
Expand Down

0 comments on commit d6e21e9

Please sign in to comment.