Skip to content

Commit

Permalink
Updated the colosseum nonce/hash for node wrangler release
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Oct 15, 2024
1 parent 86e7afe commit 3962ff2
Showing 1 changed file with 1 addition and 1 deletion.
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("0x863406b0b535b316d4ae5a4d97336c0a015a36c0e5c055aa2e4461e9048b62c9")
ProgpowColosseumGenesisHash = common.HexToHash("0x538d42d42e54935b3de4b16afdc2d9680d1b75ab11ccc5c37611d51aa093796a")
ProgpowGardenGenesisHash = common.HexToHash("0xb610af2eef9d854d01510785b0171247cb221912124c74fcef888bbed42448bb")
ProgpowOrchardGenesisHash = common.HexToHash("0x863406b0b535b316d4ae5a4d97336c0a015a36c0e5c055aa2e4461e9048b62c9")
ProgpowLighthouseGenesisHash = common.HexToHash("0xf60de17f1ae6cbae820d14599eb95581f5c18799f84904520c264be9cfff64c4")
Expand Down

0 comments on commit 3962ff2

Please sign in to comment.