Skip to content

Commit

Permalink
make val set cap 7 (5 already exist)
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Dec 2, 2024
1 parent 1c878ef commit 1bf5ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/config/pkg/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 = 7

// 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 1bf5ac3

Please sign in to comment.