Skip to content

Commit

Permalink
Increate batch to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mordonez-me committed Jun 9, 2023
1 parent 41c7462 commit 711178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/candy-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const addNFTItems = async (metaplex: Metaplex, candyMachinePubkey: PublicKey, ur
const uriId = piecesUri[piecesUri.length - 1]


const groupSize = 10
const groupSize = 15
const groups = Math.ceil(quantity / groupSize)

for (let index = 0; index < groups; index++) {
Expand Down

0 comments on commit 711178d

Please sign in to comment.