You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/earn-controller/src/EarnController.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -383,12 +383,12 @@ export class EarnController extends BaseController<
383
383
* Refreshes pooled staking vault daily apys for the current chain.
384
384
* Updates the pooled staking vault daily apys controller state.
385
385
*
386
-
* @param days - The number of days to fetch pooled staking vault daily apys for (defaults to 30).
386
+
* @param days - The number of days to fetch pooled staking vault daily apys for (defaults to 365).
387
387
* @param order - The order in which to fetch pooled staking vault daily apys. Descending order fetches the latest N days (latest working backwards). Ascending order fetches the oldest N days (oldest working forwards) (defaults to 'desc').
388
388
* @returns A promise that resolves when the pooled staking vault daily apys have been updated.
0 commit comments