Skip to content

Commit c416104

Browse files
committed
fix: config option
1 parent 8d16640 commit c416104

File tree

3 files changed

+314
-36
lines changed

3 files changed

+314
-36
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pino-pretty": "^13.1.1"
2121
},
2222
"devDependencies": {
23-
"@aws-sdk/client-s3": "^3.887.0",
23+
"@aws-sdk/client-s3": "^3.888.0",
2424
"@biomejs/biome": "^2.2.4",
2525
"@commander-js/extra-typings": "^14.0.0",
2626
"@commitlint/cli": "^19.8.1",
@@ -29,7 +29,7 @@
2929
"@gearbox-protocol/cli-utils": "^5.45.16",
3030
"@gearbox-protocol/liquidator-contracts": "^1.36.0-experimental.41",
3131
"@gearbox-protocol/liquidator-v2-contracts": "^2.4.0",
32-
"@gearbox-protocol/sdk": "9.0.0",
32+
"@gearbox-protocol/sdk": "9.0.1",
3333
"@gearbox-protocol/types": "^1.14.8",
3434
"@types/node": "^24.3.1",
3535
"@uniswap/sdk-core": "^7.7.2",

src/config/common.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ export const CommonSchema = z.object({
305305
/**
306306
* By default, reserve prices are not updated (except for deleverage mode)
307307
*/
308-
updateReservePrices: z
309-
.boolean()
308+
updateReservePrices: boolLike()
310309
.optional()
311310
.default(false)
312311
.register(zommandRegistry, {

0 commit comments

Comments
 (0)