From 600567e114463868fc5fea020bdb96f11924ebbc Mon Sep 17 00:00:00 2001 From: Joseph Zhao Date: Tue, 24 Dec 2024 15:10:45 +0800 Subject: [PATCH] init --- 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 =