Skip to content

Commit

Permalink
miner/stress/beacon: activate all forks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed Nov 29, 2021
1 parent 20936a1 commit 4124b97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions miner/stress/beacon/main.go
Expand Up @@ -396,9 +396,8 @@ func makeGenesis(faucets []*ecdsa.PrivateKey) *core.Genesis {
genesis.Difficulty = params.MinimumDifficulty
genesis.GasLimit = 25000000

genesis.Config.ChainID = big.NewInt(18)
genesis.Config.EIP150Hash = common.Hash{}
genesis.BaseFee = big.NewInt(params.InitialBaseFee)
genesis.Config = params.AllEthashProtocolChanges
genesis.Config.TerminalTotalDifficulty = transitionDifficulty

genesis.Alloc = core.GenesisAlloc{}
Expand Down

0 comments on commit 4124b97

Please sign in to comment.