Skip to content

Commit

Permalink
update beacon root again [skip ci] (hyperledger#5903)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Justin Florentine <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
macfarla and jflo committed Nov 10, 2023
1 parent 09eaad6 commit 7c91dd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
/** A helper class to store the parent beacon block root. */
public interface ParentBeaconBlockRootHelper {

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

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

0 comments on commit 7c91dd3

Please sign in to comment.