Skip to content

Commit

Permalink
ExtraData for Colosseum
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih authored and alanorwick committed Sep 6, 2023
1 parent 04d148b commit c97a342
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("0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fb"),
ExtraData: hexutil.MustDecode("0x1111111111111111111111111111111111111111111111111111111111111111"),
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("0x6053d0826a42d11d44a2172d309809aa6abb97bf7cdc24a3dd8be81ee6528468")
ProgpowColosseumGenesisHash = common.HexToHash("0x115e8e34985de543f91b27f1efb42f387a6ff5d43ac6dc612276eadeabf92518")
ProgpowGardenGenesisHash = common.HexToHash("0x3725ae59140167e31e4d4457e9948d716c687ac3a4b278350137356ee73060d1")
ProgpowOrchardGenesisHash = common.HexToHash("0xeb625504882304b641551f8f33706cc4a7009b14325fa52af92274032504c46e")
ProgpowLocalGenesisHash = common.HexToHash("0x7f594e88d6c93a00680840a855b7c9349218751cc344562dacb43a63eec02d93")
Expand Down

0 comments on commit c97a342

Please sign in to comment.