Skip to content

Commit 5a7a87f

Browse files
committed
Add one comment line
1 parent 33ccda0 commit 5a7a87f

File tree

1 file changed

+1
-0
lines changed
  • pages/lessons/projects

1 file changed

+1
-0
lines changed

pages/lessons/projects/3.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ const CONTRACT_NAME = 'TierNFT'
843843
const COLLECTION_NAME = 'TierNFT'
844844
const COLLECTION_SYMBOL = 'Tier'
845845

846+
/** Main deploy function **/
846847
async function main() {
847848
const contractFactory = await hre.ethers.getContractFactory(CONTRACT_NAME)
848849
const contract = await contractFactory.deploy(

0 commit comments

Comments
 (0)