Skip to content

Commit

Permalink
Updated the genesis alloc hash and added poison addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Feb 5, 2025
1 parent 692442e commit 3d68e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/genallocs/genesis_alloc.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
// Progpow GenesisHashes
ProgpowColosseumGenesisHash = common.HexToHash("0xac81c28f1a72591b87b5f16c9793cdc0e87c45c6d426d1a364c3b8f6386b5b8b")
ProgpowGardenGenesisHash = common.HexToHash("0xe6d0f9327aae915db55ab0cf9da7841c64e4ae39baa251c17586d8d25b59afbc")
ProgpowOrchardGenesisHash = common.HexToHash("0x12c80fbe68b732139343da9d7a97d06862b29a962b8749f2b977b83364612c96")
ProgpowOrchardGenesisHash = common.HexToHash("0xe6cba6ffada9b17e267317722d5a33e2e904bf4a1e3138b5f4969146d3787b05")
ProgpowLighthouseGenesisHash = common.HexToHash("0xf86f23baa7818c62b0d4bd5f2100230eab65392e0b115b91f446b299fddf38d8")
ProgpowLocalGenesisHash = common.HexToHash("0x445186cbbd8d387806aeeb089c1763ccf21a299ac8ae37d07bb283f5b6ada572")

Expand All @@ -39,7 +39,7 @@ var (
Blake3PowLighthouseGenesisHash = common.HexToHash("0x7006882c75e8f445b754947f623d619716bac1cf8ab24005e396369d0d0a65e3")
Blake3PowLocalGenesisHash = common.HexToHash("0x2facaeb87e9770b76880a2dcb2554013626aa937a2f089fa2c18bd55e7ba9354")

AllocHash = common.HexToHash("0xa1f3f565b62c83fcc0e61dfd219409fb06526570934a5d94b5db5afdad13f1da")
AllocHash = common.HexToHash("0x9bbe29fd621de6817cbc92ff37e47bce280926cfa1b7bc36f015c658d8140601")
)

// Different Network names
Expand Down

0 comments on commit 3d68e76

Please sign in to comment.