What's Changed
- Token.owner() can add and remove minters with
Token.updateMinters(minters)
- Minters can airdrop tokens with
Token.mint()
,Token.mintTo(recipient)
andToken.mintBatchTo(amount, recipient)
Full Changelog: v1.1.0...v1.2.0
Token.updateMinters(minters)
Token.mint()
, Token.mintTo(recipient)
and Token.mintBatchTo(amount, recipient)
Full Changelog: v1.1.0...v1.2.0