There was an error while loading. Please reload this page.
1 parent 998f4b4 commit d92a470Copy full SHA for d92a470
1 file changed
src/rebalancer.rs
@@ -12,7 +12,7 @@ use std::{collections::HashSet, sync::Arc};
12
use tokio::runtime::{Builder, Runtime};
13
14
/// Don't bother selling a position worth less than this (USD); the swap fee/dust isn't worth it.
15
-const MIN_REBALANCE_VALUE: I80F48 = I80F48!(0.5);
+const MIN_REBALANCE_VALUE: I80F48 = I80F48!(1.0);
16
17
/// The rebalancer keeps the liquidator holding only the swap mint (USDC): every other token it ends
18
/// up with — seized collateral from a liquidation, or a JIT-buy overshoot — is sold back to USDC on
0 commit comments