Gm @juangm, been looking through the SDK surface and wanted to check if this would be useful to work on.
It looks like stable vault support in @aave/client is a bit ahead of @aave/react right now.
packages/client/src/actions/vaults.ts already has actions for:
stableVaultMovements
stableVaultRateUsers
stableVaultAssignRate
stableVaultUnassignRate
stableVaultClaimSurplus
but the matching React hooks do not seem to exist yet in packages/react/src/vaults.ts.
If this sounds useful, I can start by adding the missing React hooks for the existing client actions and keep the scope tight. If that direction makes sense, stories/examples or CLI follow-up can come after.
Gm @juangm, been looking through the SDK surface and wanted to check if this would be useful to work on.
It looks like stable vault support in
@aave/clientis a bit ahead of@aave/reactright now.packages/client/src/actions/vaults.tsalready has actions for:stableVaultMovementsstableVaultRateUsersstableVaultAssignRatestableVaultUnassignRatestableVaultClaimSurplusbut the matching React hooks do not seem to exist yet in
packages/react/src/vaults.ts.If this sounds useful, I can start by adding the missing React hooks for the existing client actions and keep the scope tight. If that direction makes sense, stories/examples or CLI follow-up can come after.