Skip to content

Commit

Permalink
set sellfee to 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Feb 22, 2024
1 parent 52e38cd commit afb49a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/amplitude/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ impl treasury_buyout_extension::PriceGetter<CurrencyId> 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;
Expand Down

0 comments on commit afb49a2

Please sign in to comment.