Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Mar 6, 2024
1 parent 684e502 commit 5fdd14a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.175",
"version": "3.0.176",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/utils/schemas/yDaemonVaultsSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export const yDaemonVaultSchema = z.object({
.default({}),
extra: z
.object({
stakingRewardsAPR: z.number().default(0).catch(0)
stakingRewardsAPR: z.number().default(0).catch(0),
gammaRewardAPR: z.number().default(0).catch(0)
})
.default({}),
points: z
Expand Down

0 comments on commit 5fdd14a

Please sign in to comment.