From 5e51ad508d56fc1cc76f07b536bc447bd16a6875 Mon Sep 17 00:00:00 2001 From: ak88 Date: Thu, 2 Jan 2025 16:38:11 +0100 Subject: [PATCH] New sys address for eip 2935 (#7982) --- src/Nethermind/Nethermind.Core/Eip2935Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nethermind/Nethermind.Core/Eip2935Constants.cs b/src/Nethermind/Nethermind.Core/Eip2935Constants.cs index 7758e288687..d894e6228d4 100644 --- a/src/Nethermind/Nethermind.Core/Eip2935Constants.cs +++ b/src/Nethermind/Nethermind.Core/Eip2935Constants.cs @@ -11,7 +11,7 @@ public static class Eip2935Constants /// /// The HISTORY_STORAGE_ADDRESS parameter. /// - public static readonly Address BlockHashHistoryAddress = new("0x0aae40965e6800cd9b1f4b05ff21581047e3f91e"); + public static readonly Address BlockHashHistoryAddress = new("0x0f792be4b0c0cb4dae440ef133e90c0ecd48cccc"); /// /// The HISTORY_SERVE_WINDOW parameter.