From 8dc2e2f931e9b64e97fc7ae17d17e00c044f2aab Mon Sep 17 00:00:00 2001 From: Joseph Zhao <65984904+programskillforverification@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:45:07 +0800 Subject: [PATCH] EIP-2935: Update HISTORY_STORAGE_ADDRESS (#1946) --- crates/primitives/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/primitives/src/constants.rs b/crates/primitives/src/constants.rs index f98b0dbeca..133e5d4355 100644 --- a/crates/primitives/src/constants.rs +++ b/crates/primitives/src/constants.rs @@ -17,7 +17,7 @@ pub const BLOCKHASH_SERVE_WINDOW: usize = 8192; /// /// # Note /// This is named `HISTORY_STORAGE_ADDRESS` in the EIP. -pub const BLOCKHASH_STORAGE_ADDRESS: Address = address!("25a219378dad9b3503c8268c9ca836a52427a4fb"); +pub const BLOCKHASH_STORAGE_ADDRESS: Address = address!("0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC"); /// The address of precompile 3, which is handled specially in a few places pub const PRECOMPILE3: Address =