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.
|
|
209
|
+
const adjustment = isStable ? 1.001 : 1.08;
|
|
210
210
|
return fullRangeAPR * (0, uniswapV3General_1.uniV3ConcentrationFactor)(1 / adjustment, adjustment);
|
|
211
211
|
}
|
|
212
212
|
}
|