Skip to content

Commit

Permalink
Updated the genesis hashes for blake3
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Jun 17, 2024
1 parent cd8e99d commit ce5fd0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func DefaultOrchardGenesisBlock(consensusEngine string) *Genesis {
Nonce: 66,
ExtraData: hexutil.MustDecode("0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fc"),
GasLimit: 5000000,
Difficulty: big.NewInt(40000000),
Difficulty: big.NewInt(900000),
}
}
return &Genesis{
Expand Down
6 changes: 3 additions & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ var (

// Blake3GenesisHashes
Blake3PowColosseumGenesisHash = common.HexToHash("0x0ca6ff4426eab568de6773fb21d623d3fe6f2f0d2572c0b0b978384373e0895d")
Blake3PowGardenGenesisHash = common.HexToHash("0x02874a9e708fd75a6ed73bf1d6dbc275a87b8914c3f57da0bbdc959c381d0f67")
Blake3PowOrchardGenesisHash = common.HexToHash("0x43af9e6e91fbf408b9c6fd423ed34e5ad0bd2154737cefc204d145ffc660fc9c")
Blake3PowLocalGenesisHash = common.HexToHash("0xecbfee9f6bce9583520d16795bc9850783a8a86563c0ce9a5082d86f497b728f")
Blake3PowGardenGenesisHash = common.HexToHash("0xa6fdf5dc9a6e3aa763b7a03cc491138f33feae2823c9c12cfa94705063ba3e07")
Blake3PowOrchardGenesisHash = common.HexToHash("0x51d42ea13e8e8a1e4484176d45a765b6d35168801cfebca24925732cd1bd4419")
Blake3PowLocalGenesisHash = common.HexToHash("0x969099d2d8cce1b070afd993ffd6117f420671941592c27ebc79cc5e6e6cfe42")
Blake3PowLighthouseGenesisHash = common.HexToHash("0x43af9e6e91fbf408b9c6fd423ed34e5ad0bd2154737cefc204d145ffc660fc9c")
)

Expand Down

0 comments on commit ce5fd0e

Please sign in to comment.