impermax-sdk 2.1.427 → 2.1.429

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.
@@ -133,7 +133,9 @@ exports.WHITELISTED_PAIRS = {
133
133
  [types_1.Factory.V3]: [
134
134
  "0xd24C57B901a976Cb45361B5BFaD979AFdE7943C8",
135
135
  "0xb889AC347C3F6BAC3a34197baD6b6fd55289c118",
136
- "0x9a0A67c75978d58f36290ef767400eed6A53B014", // ETH/cbBTC univ3
136
+ "0x9a0A67c75978d58f36290ef767400eed6A53B014",
137
+ "0x8ace7a06ddcf8974f864c7041f7b7e9c2d76242c",
138
+ "0x68ef893edccbb6b700bcc391c219ab90efb55477", // VIRTUAL/eth univ3
137
139
  ],
138
140
  },
139
141
  [types_1.Networks.Mantle]: {
@@ -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.429",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",