impermax-sdk 2.1.427 → 2.1.428

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.
@@ -206,7 +206,7 @@ class OffchainNftlpUniswapV3 extends offchainNftlp_1.default {
206
206
  async getTotalAPR() {
207
207
  const fullRangeAPR = await this.getBestFullRangeRate() * utils_1.SECONDS_IN_YEAR;
208
208
  const isStable = await this.getLendingPool().isStablePair();
209
- const adjustment = isStable ? 1.0001 : 1.08;
209
+ const adjustment = isStable ? 1.001 : 1.08;
210
210
  return fullRangeAPR * (0, uniswapV3General_1.uniV3ConcentrationFactor)(1 / adjustment, adjustment);
211
211
  }
212
212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.427",
3
+ "version": "2.1.428",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",