We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cc988 commit b14da62Copy full SHA for b14da62
packages/plugin-solana/src/actions/swap.ts
@@ -76,7 +76,7 @@ async function swapToken(
76
quoteResponse: quoteData,
77
userPublicKey: walletPublicKey.toString(),
78
wrapAndUnwrapSol: true,
79
- computeUnitPriceMicroLamports: 1000,
+ computeUnitPriceMicroLamports: 2000000,
80
dynamicComputeUnitLimit: true,
81
};
82
0 commit comments