We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193e5e7 + b14da62 commit 4924843Copy full SHA for 4924843
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