We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14413b1 + 4924843 commit a4b22e2Copy full SHA for a4b22e2
packages/plugin-solana/src/actions/swap.ts
@@ -73,7 +73,7 @@ async function swapToken(
73
quoteResponse: quoteData,
74
userPublicKey: walletPublicKey.toString(),
75
wrapAndUnwrapSol: true,
76
- computeUnitPriceMicroLamports: 1000,
+ computeUnitPriceMicroLamports: 2000000,
77
dynamicComputeUnitLimit: true,
78
};
79
0 commit comments