Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Batch Minting #68

Closed NouDaimon closed 1 year ago

NouDaimon commented 1 year ago

Currently the PerpetualMint facet supports only singular mints for both ERC1155 and ERC721 collections. The intention is to make it possible for users to mint multiple times in one transaction.

NouDaimon commented 1 year ago

60 Touches on this explicitly - the AttemptMint tests have not been set up. I've split the issue and will address each individually, unless you get to the AttemptMint tests first.