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 d6e21e9 commit d13915c
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 @@ -3,7 +3,7 @@ const hre = require('hardhat');
require('@nomicfoundation/hardhat-ethers');

async function main() {
// Get ERC-20 Contract
// Get ERC-20 contract
const MyTok = await hre.ethers.getContractFactory('MyTok');

// Define custom gas price and gas limit
Expand Down

0 comments on commit d13915c

Please sign in to comment.