--- a/runtime/common/config/pallets/app_promotion.rs +++ b/runtime/common/config/pallets/app_promotion.rs @@ -29,8 +29,8 @@ #[cfg(all(not(feature = "unique-runtime"), not(feature = "quartz-runtime")))] parameter_types! { pub const AppPromotionId: PalletId = PalletId(*b"appstake"); - pub const RecalculationInterval: BlockNumber = 20; - pub const PendingInterval: BlockNumber = 10; + pub const RecalculationInterval: BlockNumber = 4; + pub const PendingInterval: BlockNumber = 2; pub const Nominal: Balance = UNIQUE; // pub const Day: BlockNumber = DAYS; pub IntervalIncome: Perbill = Perbill::from_rational(RecalculationInterval::get(), RELAY_DAYS) * Perbill::from_rational(5u32, 10_000);