@meteora-ag/dlmm 1.3.17-rc.3 → 1.3.17-rc.5

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 CHANGED
@@ -6643,7 +6643,7 @@ function derivePosition(lbPair, base, lowerBinId, width, programId) {
6643
6643
  lbPair.toBuffer(),
6644
6644
  base.toBuffer(),
6645
6645
  lowerBinIdBytes,
6646
- new Uint8Array(width.toArrayLike(Buffer, "le", 4))
6646
+ new Uint8Array(width.toBuffer("le", 4))
6647
6647
  ],
6648
6648
  programId
6649
6649
  );