good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 25a8cb47 authored by Jaynti Kanani's avatar Jaynti Kanani
Browse files

fix puppeth

parent 48c07459
No related branches found
No related tags found
No related merge requests found
......@@ -108,9 +108,10 @@ func (w *wizard) makeGenesis() {
genesis.Difficulty = big.NewInt(1)
genesis.GasLimit = 10000000
genesis.Config.Bor = &params.BorConfig{
Period: 1,
ProducerDelay: 5,
Epoch: 60,
Period: 1,
ProducerDelay: 5,
Sprint: 60,
ValidatorContract: "0x0000000000000000000000000000000000001000",
}
// We also need the initial list of signers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment