Skip to content

Commit

Permalink
reduce dex liquidation slippage (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Jul 28, 2021
1 parent e95a7d2 commit bc8a777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ parameter_types! {
pub DefaultDebitExchangeRate: ExchangeRate = ExchangeRate::saturating_from_rational(1, 10);
pub DefaultLiquidationPenalty: Rate = Rate::saturating_from_rational(8, 100);
pub MinimumDebitValue: Balance = 20 * dollar(KUSD);
pub MaxSlippageSwapWithDEX: Ratio = Ratio::saturating_from_rational(15, 100);
pub MaxSlippageSwapWithDEX: Ratio = Ratio::saturating_from_rational(1, 100);
}

impl module_cdp_engine::Config for Runtime {
Expand Down

0 comments on commit bc8a777

Please sign in to comment.