@meteora-ag/dlmm 1.5.2-rc.0 → 1.5.2-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.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
|
@@ -11858,7 +11858,7 @@ var DLMM = class {
|
|
|
11858
11858
|
];
|
|
11859
11859
|
console.log(
|
|
11860
11860
|
"\u{1F680} ~ DLMM ~ getPositionsByUserAndLbPair ~ positions:",
|
|
11861
|
-
positions
|
|
11861
|
+
positions[0].liquidityShares().map((p) => p.toString())
|
|
11862
11862
|
);
|
|
11863
11863
|
if (!positions) {
|
|
11864
11864
|
throw new Error("Error fetching positions");
|