Skip to content

Commit

Permalink
feat: add finishedAt
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Oct 23, 2024
1 parent 2c9d851 commit ab3bada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/schemas/yDaemonVaultsSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export const yDaemonVaultSchema = z.object({
decimals: z.number(),
price: z.number(),
isFinished: z.boolean(),
finishedAt: z.number(),
apr: z.number().nullable(),
perWeek: z.number()
})
Expand Down

0 comments on commit ab3bada

Please sign in to comment.