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
/** Predefined lookback periods for vault APY calculations. Using these periods ensures better query performance through timestamp normalization and caching. */
@@ -4298,8 +4299,7 @@ export type VaultV2PendingConfig = {
4298
4299
exporttypeVaultV2PendingConfigDecodedData=
4299
4300
|VaultV2AbdicatePendingData
4300
4301
|VaultV2AdapterPendingData
4301
-
|VaultV2IncreaseAbsoluteCapPendingData
4302
-
|VaultV2IncreaseRelativeCapPendingData
4302
+
|VaultV2IncreaseCapPendingData
4303
4303
|VaultV2SetAdapterRegistryPendingData
4304
4304
|VaultV2SetForceDeallocatePenaltyPendingData
4305
4305
|VaultV2SetIsAllocatorPendingData
@@ -4625,6 +4625,8 @@ export type VaultV2sFilters = {
0 commit comments