Skip to content

Commit

Permalink
Set the number of active collators to 4,
Browse files Browse the repository at this point in the history
  • Loading branch information
SunTiebing committed Nov 28, 2024
1 parent b93269b commit e6a5680
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/bifrost-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6a5680

Please sign in to comment.