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
@@ -368,7 +380,7 @@ export class EarnController extends BaseController<
368
380
* Updates the pooled staking vault daily apys controller state.
369
381
*
370
382
* @param days - The number of days to fetch pooled staking vault daily apys for (defaults to 30).
371
-
* @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).
383
+
* @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').
372
384
* @returns A promise that resolves when the pooled staking vault daily apys have been updated.
373
385
*/
374
386
asyncrefreshPooledStakingVaultDailyApys(
@@ -387,6 +399,22 @@ export class EarnController extends BaseController<
387
399
});
388
400
}
389
401
402
+
/**
403
+
* Refreshes pooled staking vault apy averages for the current chain.
404
+
* Updates the pooled staking vault apy averages controller state.
405
+
*
406
+
* @returns A promise that resolves when the pooled staking vault apy averages have been updated.
0 commit comments