File tree Expand file tree Collapse file tree 3 files changed +314
-36
lines changed
Expand file tree Collapse file tree 3 files changed +314
-36
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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 , {
You can’t perform that action at this time.
0 commit comments