mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(cancun): beacon root address update (#4784)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user