Skip to content

Commit

Permalink
fetch autoRedemptionAfterLockup
Browse files Browse the repository at this point in the history
  • Loading branch information
shan57blocks committed Jan 6, 2025
1 parent dc79163 commit c619346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/huma-sdk/src/services/SubgraphService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ export type V2PoolData = {
tranchesRiskAdjustmentInBps: number
withdrawalLockoutInDays: number
minDepositAmount: string
autoRedemptionAfterLockup: boolean
}[]
tranches: {
pool: {
Expand Down Expand Up @@ -488,6 +489,7 @@ function fetchAllPoolsData(
tranchesRiskAdjustmentInBps
withdrawalLockoutInDays
minDepositAmount
autoRedemptionAfterLockup
}
tranches {
type
Expand Down

0 comments on commit c619346

Please sign in to comment.