Skip to content

Commit 83a4f16

Browse files
committed
fix: remove default partial liquidation bot
1 parent 822b550 commit 83a4f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/deleverage-liquidator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const DeleverageLiquidatorSchema = z.object({
1717
* Address of the partial liquidation bot (for deleverage)
1818
*/
1919
partialLiquidationBot: ZodAddress()
20-
.default("0xc73a6741c77164dd06ff6edb09e8374abdf75c19")
20+
// .default("0xc73a6741c77164dd06ff6edb09e8374abdf75c19")
2121
.register(zommandRegistry, {
2222
flags: "--partial-liquidation-bot <address>",
2323
description: "Address of the partial liquidation bot (for deleverage)",

0 commit comments

Comments
 (0)