We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822b550 commit 83a4f16Copy full SHA for 83a4f16
src/config/deleverage-liquidator.ts
@@ -17,7 +17,7 @@ export const DeleverageLiquidatorSchema = z.object({
17
* Address of the partial liquidation bot (for deleverage)
18
*/
19
partialLiquidationBot: ZodAddress()
20
- .default("0xc73a6741c77164dd06ff6edb09e8374abdf75c19")
+ // .default("0xc73a6741c77164dd06ff6edb09e8374abdf75c19")
21
.register(zommandRegistry, {
22
flags: "--partial-liquidation-bot <address>",
23
description: "Address of the partial liquidation bot (for deleverage)",
0 commit comments