diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index d882f84b4e60e38466b9c5acbc6eb8f58d337fd8..5973a8cebcd833bce50bfeb5b7c33e655d8c391c 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -108,9 +108,10 @@ func (w *wizard) makeGenesis() { genesis.Difficulty = big.NewInt(1) genesis.GasLimit = 10000000 genesis.Config.Bor = ¶ms.BorConfig{ - Period: 1, - ProducerDelay: 5, - Epoch: 60, + Period: 1, + ProducerDelay: 5, + Sprint: 60, + ValidatorContract: "0x0000000000000000000000000000000000001000", } // We also need the initial list of signers