Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 committed Dec 2, 2024
1 parent e8b4dfd commit 4f90bfe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mod/config/pkg/spec/boonet.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,13 @@ func BoonetChainSpec() (chain.Spec[
)

// BERA per block minting.
//
// TODO: determine correct value for boonet upgrade.
boonetSpec.EVMInflationPerBlock = 2.5e9

boonetSpec.ValidatorSetCap = 256

// MaxValidatorsPerWithdrawalsSweep is 43 to be smaller than
// the validator set cap. We choose a prime number smaller
// MaxValidatorsPerWithdrawalsSweep is 43 because we expect at least 46
// validators in the total validators set. We choose a prime number smaller
// than the minimum amount of total validators possible.
// TODO: Determine correct value for boonet upgrade.
boonetSpec.MaxValidatorsPerWithdrawalsSweepPostUpgrade = 43

return chain.NewChainSpec(boonetSpec)
Expand Down

0 comments on commit 4f90bfe

Please sign in to comment.