Skip to content

Commit

Permalink
feat: pps
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 28, 2024
1 parent 059760c commit 3538cd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/schemas/yDaemonVaultsSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ export const yDaemonVaultSchema = z.object({
inception: z.number().default(0).catch(0)
})
.default({}),
pricePerShare: z
.object({
today: z.number().default(0).catch(0),
weekAgo: z.number().default(0).catch(0),
monthAgo: z.number().default(0).catch(0)
})
.default({}),
forwardAPR: z
.object({
type: z.string().default('unknown').catch('unknown'),
Expand Down

0 comments on commit 3538cd2

Please sign in to comment.