Skip to content

Commit

Permalink
Merge pull request #411 from yearn/feat-finishedAt
Browse files Browse the repository at this point in the history
feat: add finishedAt
  • Loading branch information
Majorfi authored Oct 23, 2024
2 parents 2c9d851 + ab3bada commit d84f065
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 d84f065

Please sign in to comment.