Skip to content

Commit

Permalink
Merge pull request #306 from fukaoi/hotfix/notfound-instructions-solf…
Browse files Browse the repository at this point in the history
…lare

updated
  • Loading branch information
fukaoi authored Oct 22, 2024
2 parents 884c48f + 68f78ee commit 6ec21ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/utils/mint-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,16 @@ export const mintToken = async (
console.debug("# rpc url: ", rpcUrl);
umi.use(walletAdapterIdentity(walletAdapter));
umi.use(mplTokenMetadata());
umi.use(irysUploader({ timeout: 60000, priceMultiplier: 1.1 }));
umi.use(irysUploader({ timeout: 60000, priceMultiplier: 1.2 }));
const mint = generateSigner(umi);
const token = findAssociatedTokenPda(umi, {
mint: mint.publicKey,
owner: umi.identity.publicKey,
tokenProgramId: SPL_TOKEN_2022_PROGRAM_ID,
});

console.log("#umi debug: ", umi);

callbackHandle?.("Image Uploading");

const genericFile = createGenericFile(
Expand Down

0 comments on commit 6ec21ee

Please sign in to comment.