@meteora-ag/cp-amm-sdk 1.2.0 → 1.2.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
@@ -8876,8 +8876,8 @@ function getBaseFeeHandler(cliffFeeNumerator, firstFactor, secondFactor, thirdFa
8876
8876
  const feeRateLimiter = new FeeRateLimiter(
8877
8877
  cliffFeeNumerator,
8878
8878
  firstFactor,
8879
- maxLimiterDuration,
8880
8879
  maxFeeBps,
8880
+ maxLimiterDuration,
8881
8881
  thirdFactor
8882
8882
  );
8883
8883
  return feeRateLimiter;