PatrickAlphaC / hardhat-nft-fcc

102 stars 140 forks source link

corrected mintNft function inside DynamicSvgNft contract #52

Closed narendra-sajwani closed 2 years ago

narendra-sajwani commented 2 years ago

Hello, We should emit the CreatedNft event with the current tokenCounter and then increment it for the next mint request.

PatrickAlphaC commented 2 years ago

We don't need to though. Thanks though!