Skip to content

Commit

Permalink
consensus: fix HOLESKY_GENESIS_HASH (#1555)
Browse files Browse the repository at this point in the history
consensus: fix HOLESKY_GENESIS_HASH
  • Loading branch information
tcoratger authored Oct 24, 2024
1 parent 31a5cf2 commit 5dc6ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub const SEPOLIA_GENESIS_HASH: B256 =

/// Holesky genesis hash.
pub const HOLESKY_GENESIS_HASH: B256 =
b256!("ff9006519a8ce843ac9c28549d24211420b546e12ce2d170c77a8cca7964f23d");
b256!("b5f7f912443c940f21fd611f12828d75b534364ed9e95ca4e307729a4661bde4");

/// Testnet genesis hash.
pub const DEV_GENESIS_HASH: B256 =
Expand Down

0 comments on commit 5dc6ae4

Please sign in to comment.