diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 7c0d6b3b8..eaf209655 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -1391,7 +1391,7 @@ impl treasury_buyout_extension::PriceGetter for OraclePriceGetter { } parameter_types! { - pub const SellFee: Permill = Permill::from_percent(1); + pub const SellFee: Permill = Permill::from_percent(5); pub const MinAmountToBuyout: Balance = 10 * MILLIUNIT; // 0.01 AMPE or 10_000_000_000 // 24 hours in blocks (where average block time is 12 seconds) pub const BuyoutPeriod: u32 = 7200;