Skip to content

Commit

Permalink
val set cap to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Dec 10, 2024
1 parent 8ec5187 commit 6b97963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/spec/boonet.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func BoonetChainSpec() (chain.Spec[
// ValidatorSetCap is 256 on the Boonet chain.
//
// TODO: Determine correct value for boonet upgrade.
boonetSpec.ValidatorSetCap = 256
boonetSpec.ValidatorSetCap = 5

// MaxValidatorsPerWithdrawalsSweep is 43 because we expect at least 46
// validators in the total validators set. We choose a prime number smaller
Expand Down

0 comments on commit 6b97963

Please sign in to comment.