Skip to content

Commit

Permalink
update unbonding period (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Apr 28, 2024
1 parent f54c3ee commit 6e1c1a4
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 @@ -1724,7 +1724,7 @@ impl module_liquid_crowdloan::Config for Runtime {

parameter_types! {
pub MinBond: Balance = 100 * dollar(ACA);
pub const UnbondingPeriod: BlockNumber = 28 * DAYS;
pub const UnbondingPeriod: BlockNumber = 14 * DAYS;
pub const EarningLockIdentifier: LockIdentifier = *b"aca/earn";
}

Expand Down

0 comments on commit 6e1c1a4

Please sign in to comment.