Closed Yhtiyar closed 2 years ago
@bugout-dev check
_mint
should have an isApprovedForPool
check (git grep _mint
).mint
, mintBatch
, poolMintBatch
as approved operatormint
, mintBatch
, poolMintBatch
as pool controllermint
, mintBatch
, poolMintBatch
as unapproved operator
Changes
How to test these changes?
Now
approveForPool
grants minting permissionRelated issues