From e6a56807efa49f3dd9549bedadf2c20cb4a7fa13 Mon Sep 17 00:00:00 2001 From: SunTiebing <1045060705@qq.com> Date: Thu, 28 Nov 2024 15:18:13 +0800 Subject: [PATCH] Set the number of active collators to 4, --- runtime/bifrost-kusama/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/runtime/bifrost-kusama/src/lib.rs b/runtime/bifrost-kusama/src/lib.rs index f2d44cd63..e49398966 100644 --- a/runtime/bifrost-kusama/src/lib.rs +++ b/runtime/bifrost-kusama/src/lib.rs @@ -986,7 +986,10 @@ parameter_types! { /// Rounds before the reward is paid pub const RewardPaymentDelay: u32 = 2; /// Minimum collators selected per round, default at genesis and minimum forever after - pub const MinSelectedCandidates: u32 = prod_or_fast!(16,6); + /// The collator incentives on Bifrost-Kusama will be discontinued. The number of active + /// collators will be set to 4, ensuring that all collators are nodes operated by Bifrost + /// itself. + pub const MinSelectedCandidates: u32 = prod_or_fast!(4,4); /// Maximum top delegations per candidate pub const MaxTopDelegationsPerCandidate: u32 = 300; /// Maximum bottom delegations per candidate