Skip to content

Commit

Permalink
chore(cancun): beacon root address update (paradigmxyz#4784)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk authored Sep 26, 2023
1 parent 6d634e9 commit faf9a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/constants/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub const BEACON_CONSENSUS_REORG_UNWIND_DEPTH: u64 = 3;
pub const ALLOWED_FUTURE_BLOCK_TIME_SECONDS: u64 = 15;

/// The address for the beacon roots contract defined in EIP-4788.
pub const BEACON_ROOTS_ADDRESS: H160 = H160(hex!("bEAC020008aFF7331c0A389CB2AAb67597567d7a"));
pub const BEACON_ROOTS_ADDRESS: H160 = H160(hex!("000F3df6D732807Ef1319fB7B8bB8522d0Beac02"));

/// The caller to be used when calling the EIP-4788 beacon roots contract at the beginning of the
/// block.
Expand Down

0 comments on commit faf9a89

Please sign in to comment.