Skip to content

Commit

Permalink
update honzon parameter (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Jul 28, 2021
1 parent fa4c155 commit e95a7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -966,10 +966,10 @@ where

parameter_types! {
pub CollateralCurrencyIds: Vec<CurrencyId> = vec![KSM, LKSM];
pub DefaultLiquidationRatio: Ratio = Ratio::saturating_from_rational(130, 100);
pub DefaultLiquidationRatio: Ratio = Ratio::saturating_from_rational(150, 100);
pub DefaultDebitExchangeRate: ExchangeRate = ExchangeRate::saturating_from_rational(1, 10);
pub DefaultLiquidationPenalty: Rate = Rate::saturating_from_rational(8, 100);
pub MinimumDebitValue: Balance = dollar(KUSD);
pub MinimumDebitValue: Balance = 20 * dollar(KUSD);
pub MaxSlippageSwapWithDEX: Ratio = Ratio::saturating_from_rational(15, 100);
}

Expand Down

0 comments on commit e95a7d2

Please sign in to comment.