Skip to content

Commit

Permalink
Changed the colosseum genesis Hash for progpow for a new start
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Sep 8, 2023
1 parent 3ee676d commit 616dcbe
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 @@ -340,7 +340,7 @@ func DefaultColosseumGenesisBlock(consensusEngine string) *Genesis {
return &Genesis{
Config: params.ProgpowColosseumChainConfig,
Nonce: 66,
ExtraData: hexutil.MustDecode("0x1111111111111111111111111111111111111111111111111111111111111111"),
ExtraData: hexutil.MustDecode("0x2111111111111111111111111111111111111111111111111111111111111111"),
GasLimit: 5000000,
Difficulty: big.NewInt(300000000),
}
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// Genesis hashes to enforce below configs on.
var (
// Progpow GenesisHashes
ProgpowColosseumGenesisHash = common.HexToHash("0x115e8e34985de543f91b27f1efb42f387a6ff5d43ac6dc612276eadeabf92518")
ProgpowColosseumGenesisHash = common.HexToHash("0x4858213023bc88577c4011c24424a1266bcb11ec82ed1c6addbc25becf3a063a")
ProgpowGardenGenesisHash = common.HexToHash("0x3725ae59140167e31e4d4457e9948d716c687ac3a4b278350137356ee73060d1")
ProgpowOrchardGenesisHash = common.HexToHash("0xeb625504882304b641551f8f33706cc4a7009b14325fa52af92274032504c46e")
ProgpowLocalGenesisHash = common.HexToHash("0x7f594e88d6c93a00680840a855b7c9349218751cc344562dacb43a63eec02d93")
Expand Down

0 comments on commit 616dcbe

Please sign in to comment.