@meteora-ag/dlmm 1.6.0-rc.25 → 1.6.0-rc.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16806,7 +16806,9 @@ var DLMM = class {
|
|
|
16806
16806
|
const setCUIx = await getEstimatedComputeUnitIxWithBuffer(
|
|
16807
16807
|
this.program.provider.connection,
|
|
16808
16808
|
ixs,
|
|
16809
|
-
user
|
|
16809
|
+
user,
|
|
16810
|
+
0.3
|
|
16811
|
+
// Extra 30% buffer CU
|
|
16810
16812
|
);
|
|
16811
16813
|
return [setCUIx, ...ixs];
|
|
16812
16814
|
})
|