Skip to content

Commit

Permalink
Increase retries to release NFT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 committed Apr 8, 2024
1 parent d349f05 commit 15ace19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/create/CreateCliRelease.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const createReleaseNft = async ({
{ metaplex, publisher }
);

const maxTries = 4;
const maxTries = 8;
for (let i = 1; i <= maxTries; i++) {
try {
const blockhash = await connection.getLatestBlockhashAndContext();
Expand Down

0 comments on commit 15ace19

Please sign in to comment.