Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Mar 12, 2024
1 parent 6d4b640 commit 1501e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 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.178",
"version": "3.0.179",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
4 changes: 3 additions & 1 deletion src/utils/schemas/yDaemonVaultsSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ export const yDaemonVaultSchema = z.object({
contract: addressSchema
}),
info: z.object({
sourceURL: z.string().optional().default('').catch('')
sourceURL: z.string().optional().default('').catch(''),
riskLevel: z.number().optional().default(-1).catch(-1),
uiNotice: z.string().optional().default('').catch('')
})
});

Expand Down

0 comments on commit 1501e3b

Please sign in to comment.