@meteora-ag/dlmm 1.5.2 → 1.5.3-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 CHANGED
@@ -15012,7 +15012,7 @@ var DLMM = class {
15012
15012
  feeAmountYPerTokenStored: ZERO,
15013
15013
  rewardPerTokenStored: [ZERO, ZERO],
15014
15014
  price: pricePerLamport,
15015
- version: binArray.version,
15015
+ version: 2,
15016
15016
  pricePerToken: new (0, _decimaljs2.default)(pricePerLamport).mul(new (0, _decimaljs2.default)(10 ** (baseTokenDecimal - quoteTokenDecimal))).toString()
15017
15017
  });
15018
15018
  } else {