metaplex-foundation / metaplex-program-library

Smart contracts maintained by the Metaplex team
Other
591 stars 517 forks source link

[Feature]: CandyMachine: Allow endSettings to respect Date and Amount at same time, whichever is sooner #287

Closed dborstelmann closed 2 years ago

dborstelmann commented 2 years ago

Which package is this feature request for?

candy-machine

Feature

Today, endSettings only respects amount or date. We would like both. If amount sells out, then CM stops minting ability. But if a date is hit before it sells out, CM also stops minting ability.

Standard Change?

No

Ideal solution or implementation

Enable passing amount and date to endSettings

Alternative solutions or implementations

No response

Other context

No response

febo commented 2 years ago

@dborstelmann I am closing this since this is already implemented in Candy Machine V3.