Skip to content

Commit

Permalink
increase auction time for acala (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 29, 2022
1 parent e4eae81 commit c68ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ impl pallet_preimage::Config for Runtime {
parameter_types! {
pub MinimumIncrementSize: Rate = Rate::saturating_from_rational(2, 100);
pub const AuctionTimeToClose: BlockNumber = 15 * MINUTES;
pub const AuctionDurationSoftCap: BlockNumber = 2 * HOURS;
pub const AuctionDurationSoftCap: BlockNumber = 24 * HOURS;
}

impl module_auction_manager::Config for Runtime {
Expand Down

0 comments on commit c68ac90

Please sign in to comment.