Open a-broz opened 1 year ago
The challenge is to avoid hitting the transaction size (number of accounts) and compute limits to support this. We could probably fit about 5 payment/burn per mint.
@a-broz @febo did you guys found a way to do multiple nft minting? Or is there a work around for that?
Feature
Allow multiple nftPayments / nftBurns per mint.
Standard Change?
No
Ideal solution or implementation
Simple solution is to extend the current gates to allow an "amount" as a part of the configuration. Then during the mint process it burns/ transfers multiple NFTs at once from the given collection.
Alternative solutions or implementations
No response
Other context
No response