Skip to content

Commit

Permalink
hyperledger#5868: fix beacon root address and modulus for devnet 9 (h…
Browse files Browse the repository at this point in the history
…yperledger#5871)

Signed-off-by: Stefan <stefan.pingel@consensys.net>
  • Loading branch information
pinges authored and siladu committed Sep 20, 2023
1 parent 1203a58 commit 395d639
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
public class ParentBeaconBlockRootHelper {

// Modulus use to for the timestamp to store the root
public static final long HISTORICAL_ROOTS_MODULUS = 98304;
public static final long HISTORICAL_ROOTS_MODULUS = 8191;
public static final Address BEACON_ROOTS_ADDRESS =
Address.fromHexString("0xbEac00dDB15f3B6d645C48263dC93862413A222D");
Address.fromHexString("0xBEaC020001c6C8B69E5257f4754e46e25f5dc9cB");

public static void storeParentBeaconBlockRoot(
final WorldUpdater worldUpdater, final long timestamp, final Bytes32 root) {
Expand Down

0 comments on commit 395d639

Please sign in to comment.