End Date Guard
The End Date guard specifies a date to end the mint. After this date, minting is no longer allowed.
Guard Settings
import { dateTime } from "@metaplex-foundation/umi";
create(umi, {
// ...
guards: {
endDate: some({ date: dateTime("2022-01-24T15:30:00.000Z") }),
},
});Mint Settings
Route Instruction
Last updated