@meteora-ag/dlmm 1.6.0-sam.2 → 1.6.1-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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15628,6 +15628,7 @@ var DLMM = class {
|
|
|
15628
15628
|
* - "userPositions" which is an array of Position objects.
|
|
15629
15629
|
*/
|
|
15630
15630
|
async getPositionsByUserAndLbPair(userPubKey) {
|
|
15631
|
+
console.log(this.program.provider.connection.commitment);
|
|
15631
15632
|
const promiseResults = await Promise.all([
|
|
15632
15633
|
this.getActiveBin(),
|
|
15633
15634
|
userPubKey && this.program.provider.connection.getProgramAccounts(
|