Skip to content

Commit

Permalink
Diff up
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Nov 19, 2024
1 parent f4e69db commit 0df259f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func DefaultLocalGenesisBlock(consensusEngine string, genesisNonce uint64) *Gene
Nonce: 0,
ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"),
GasLimit: 5000000,
Difficulty: big.NewInt(300000000),
Difficulty: big.NewInt(600000000),
}
}

Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
ProgpowGardenGenesisHash = common.HexToHash("0xb610af2eef9d854d01510785b0171247cb221912124c74fcef888bbed42448bb")
ProgpowOrchardGenesisHash = common.HexToHash("0x7bef576d9d04108137d14e2ea644f580634b35c37682b555bfb50dfb154501d2")
ProgpowLighthouseGenesisHash = common.HexToHash("0xf60de17f1ae6cbae820d14599eb95581f5c18799f84904520c264be9cfff64c4")
ProgpowLocalGenesisHash = common.HexToHash("0x7bef576d9d04108137d14e2ea644f580634b35c37682b555bfb50dfb154501d2")
ProgpowLocalGenesisHash = common.HexToHash("0xdbd48d10f4ee04b6757f58636412629fdf3ebd7465d04877a91111dbecb68f18")

// Blake3GenesisHashes
Blake3PowColosseumGenesisHash = common.HexToHash("0xee89c5f775980556c2bf8dc988e477f16005da57f84f2a1000dbe4693ad5f53d")
Expand Down

0 comments on commit 0df259f

Please sign in to comment.