@stake-dao/reader 0.3.2 → 0.3.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stake-dao/reader",
3
3
  "description": "",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
7
7
  "type": "git",
@@ -206,7 +206,7 @@ export const fetchYearn = async ({
206
206
  }
207
207
 
208
208
  const sdtApr = getSdtApr(rewardsData, sdtEmissionData, sdGauge, lpPriceInUsd, undefined)
209
- const apr = getAprBreakdown({ ...s, underlyingReward }, rewardsData, boost, sdtApr)
209
+ const apr = getAprBreakdown({ ...s, minApr, maxApr, underlyingReward }, rewardsData, boost, sdtApr)
210
210
 
211
211
  return {
212
212
  key: s.key,