PatrickAlphaC / hardhat-nft-fcc

102 stars 140 forks source link

Typo fix, Event indexing & frontend tokenId support fix, better testing, Linting support & all images mime types support filter & polish! #106

Closed theirrationalone closed 9 months ago

theirrationalone commented 9 months ago
  1. There was a few constants & variables ES6 syntax omissions -- fixed
  2. Dynamic Svg minting had an event misconfig -- {tokenId log prominent for fronted} fixed
  3. Now we have better images mime types support previously we had support only for png mime type.
  4. Linting was missing for solidity. Added .solhint.json & .solhintignore
  5. and Just enhanced some testing.

;`)

PatrickAlphaC commented 9 months ago

Made one change so tests pass. Merged, thank you!

theirrationalone commented 9 months ago

Made one change so tests pass. Merged, thank you!

You're welcome Ser ;`)