Skip to content

Commit

Permalink
Merge pull request #305 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 33f6f73 + f66390f commit 884c48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/mint-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const mintToken = async (
console.debug("# rpc url: ", rpcUrl);
umi.use(walletAdapterIdentity(walletAdapter));
umi.use(mplTokenMetadata());
umi.use(irysUploader());
umi.use(irysUploader({ timeout: 60000, priceMultiplier: 1.1 }));
const mint = generateSigner(umi);
const token = findAssociatedTokenPda(umi, {
mint: mint.publicKey,
Expand Down

0 comments on commit 884c48f

Please sign in to comment.