@meteora-ag/dlmm 1.0.47-rc.0 → 1.0.47-rc.1
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.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6569,9 +6569,9 @@ function toStrategyParameters({
|
|
|
6569
6569
|
maxBinId,
|
|
6570
6570
|
minBinId,
|
|
6571
6571
|
strategyType,
|
|
6572
|
-
|
|
6572
|
+
singleSidedX
|
|
6573
6573
|
}) {
|
|
6574
|
-
const parameters = [
|
|
6574
|
+
const parameters = [singleSidedX ? 1 : 0, ...new Array(63).fill(0)];
|
|
6575
6575
|
switch (strategyType) {
|
|
6576
6576
|
case 0 /* SpotOneSide */: {
|
|
6577
6577
|
return {
|