Pass a quantity attribute to the mintConfig
indicating the total number of NFTs and update the totalPrice
accordingly.
totalPrice
should be 2 ETH.mintTo(address _to, uint256 _amount)
then the attribute you set in the mintConfig
must be _amount
instead of quantity
.Pass a quantity attribute to the mintConfig
indicating the total number of NFTs and update the totalPrice
accordingly.
totalPrice
should be 2 ETH.mintTo(address _to, uint256 _amount)
then the attribute you set in the mintConfig
must be _amount
instead of quantity
.Pass the list of NFTs on the order to the mintConfig
as an array: