@curvefi/api 2.8.0 → 2.8.3

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/README.md CHANGED
@@ -324,8 +324,6 @@ import curve from "@curvefi/api";
324
324
  // [ 18, 18 ]
325
325
  pool.useLending;
326
326
  // [ false, false, false, false ]
327
- pool.rewardTokens;
328
- // []
329
327
  })()
330
328
  ````
331
329
 
@@ -95,6 +95,7 @@ export declare class PoolTemplate {
95
95
  private statsBaseApy;
96
96
  private statsTokenApy;
97
97
  private statsRewardsApy;
98
+ private _pureCalcLpTokenAmount;
98
99
  private _calcLpTokenAmount;
99
100
  private calcLpTokenAmount;
100
101
  private calcLpTokenAmountWrapped;