@meteora-ag/dlmm 1.4.8-rc.0 → 1.4.9
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/README.md +2 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11826,7 +11826,6 @@ var DLMM = class {
|
|
|
11826
11826
|
])
|
|
11827
11827
|
]);
|
|
11828
11828
|
const [activeBin, positionsV2] = promiseResults;
|
|
11829
|
-
console.log("\u{1F680} ~ DLMM ~ getPositionsByUserAndLbPair ~ positionsV2:", positionsV2);
|
|
11830
11829
|
if (!activeBin) {
|
|
11831
11830
|
throw new Error("Error fetching active bin");
|
|
11832
11831
|
}
|