@meteora-ag/dlmm 1.4.9 → 1.4.10
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15038,7 +15038,7 @@ var DLMM = class {
|
|
|
15038
15038
|
position.positionData
|
|
15039
15039
|
);
|
|
15040
15040
|
if (!maybeClaimableBinRange)
|
|
15041
|
-
return;
|
|
15041
|
+
return [];
|
|
15042
15042
|
const { lowerBinId, upperBinId } = maybeClaimableBinRange;
|
|
15043
15043
|
const binArrayAccountsMeta = getBinArrayAccountMetasCoverage(
|
|
15044
15044
|
lowerBinId,
|