We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d912e6d commit 442d499Copy full SHA for 442d499
src/config/full-liquidator.ts
@@ -1,4 +1,4 @@
1
-import { boolLike, zommandRegistry } from "@gearbox-protocol/cli-utils";
+import { zommandRegistry } from "@gearbox-protocol/cli-utils";
2
import { z } from "zod/v4";
3
import { CommonSchema } from "./common.js";
4
src/services/liquidate/SingularLiquidator.ts
@@ -141,6 +141,7 @@ export default class SingularLiquidator
141
borrower: ca.owner,
142
manager: cm.name,
143
hf: ca.healthFactor,
144
+ isExpired: cm.isExpired,
145
},
146
"liquidating account",
147
);
@@ -207,6 +208,7 @@ export default class SingularLiquidator
207
208
borrower: acc.owner,
209
210
hf: acc.healthFactor,
211
212
213
214
0 commit comments