metaplex-foundation / metaplex-program-library

Smart contracts maintained by the Metaplex team
Other
580 stars 510 forks source link

[Bug]: nft are not minted in sequence in solana sugarcm3 even i used "isSequential": true. #941

Closed vishrut66 closed 1 year ago

vishrut66 commented 1 year ago

Which package is this bug report for?

candy-machine

Which Type of Package is this bug report for?

Rust Contract

Issue description

  1. I created a candy machine suger V3 on devnet.
  2. I want sequential minting in my candy machine.
  3. as I started minting nft myself still NFTs are minting randomly.
  4. here is a config file 2023-01-08

Relevant log output

my candy machine address:DgjQGio8czjKUm5RXvorbGknMuCUq6NVeLKgN1fc4P2W

Priority this issue should have

High (immediate attention needed)

febo commented 1 year ago

@vishrut66 The candy machine ID that you are referring to is a CMv2 candy machine. In this case, the setting isSequential does not apply. You will need to deploy a new candy machine and check that it is a CMv3.

You can verify the "type" of the candy machine using solana explorer and looking at the "Assigned Program Id" field.