Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fukaoi committed Oct 22, 2024
1 parent 33f6f73 commit f66390f
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 f66390f

Please sign in to comment.