diff --git a/runtime/acala/src/lib.rs b/runtime/acala/src/lib.rs index c0d2722b52..e84f02c1fa 100644 --- a/runtime/acala/src/lib.rs +++ b/runtime/acala/src/lib.rs @@ -1055,7 +1055,7 @@ where } parameter_types! { - pub CollateralCurrencyIds: Vec = vec![DOT, LDOT, ACA, LCDOT]; + pub CollateralCurrencyIds: Vec = vec![ACA, DOT, LCDOT, LDOT]; 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);