mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 14:27:57 +00:00
Increase rotation period (#2688)
* Cancel treasury burn and increase rotation period What this PR changes: - Kusama treasury burn to be transferred to the Saociety pot: cancelled temporarily - Increase the rotation period for candidates to show PoI FROM 3,3 days to 7 days. * Update runtime/kusama/src/lib.rs * Update lib.rs Co-authored-by: Gavin Wood <gavin@parity.io>
This commit is contained in:
@@ -794,7 +794,7 @@ parameter_types! {
|
||||
pub const CandidateDeposit: Balance = 10 * DOLLARS;
|
||||
pub const WrongSideDeduction: Balance = 2 * DOLLARS;
|
||||
pub const MaxStrikes: u32 = 10;
|
||||
pub const RotationPeriod: BlockNumber = 80 * HOURS;
|
||||
pub const RotationPeriod: BlockNumber = 7 * DAYS;
|
||||
pub const PeriodSpend: Balance = 500 * DOLLARS;
|
||||
pub const MaxLockDuration: BlockNumber = 36 * 30 * DAYS;
|
||||
pub const ChallengePeriod: BlockNumber = 7 * DAYS;
|
||||
|
||||
Reference in New Issue
Block a user