Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jan 26, 2024
1 parent 1e9e031 commit 18074fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.130",
"version": "3.0.131",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/utils/schemas/yDaemonVaultsSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const yDaemonVaultSchema = z.object({
.or(z.literal('Balancer'))
.or(z.literal('Stablecoin'))
.or(z.literal('Velodrome'))
.or(z.literal('Prisma'))
.or(z.literal('Boosted'))
.or(z.literal('Aerodrome'))
.default('Volatile')
Expand Down

0 comments on commit 18074fc

Please sign in to comment.