diff --git a/src/Nethermind/Nethermind.Core/Eip7002Constants.cs b/src/Nethermind/Nethermind.Core/Eip7002Constants.cs index fd826e87683..ea4bee6597a 100644 --- a/src/Nethermind/Nethermind.Core/Eip7002Constants.cs +++ b/src/Nethermind/Nethermind.Core/Eip7002Constants.cs @@ -5,5 +5,5 @@ namespace Nethermind.Core; public static class Eip7002Constants { - public static readonly Address WithdrawalRequestPredeployAddress = new("0x09Fc772D0857550724b07B850a4323f39112aAaA"); + public static readonly Address WithdrawalRequestPredeployAddress = new("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"); } diff --git a/src/Nethermind/Nethermind.Core/Eip7251Constants.cs b/src/Nethermind/Nethermind.Core/Eip7251Constants.cs index 7ae7e5eece1..01f0095c341 100644 --- a/src/Nethermind/Nethermind.Core/Eip7251Constants.cs +++ b/src/Nethermind/Nethermind.Core/Eip7251Constants.cs @@ -5,5 +5,5 @@ namespace Nethermind.Core; public static class Eip7251Constants { - public static readonly Address ConsolidationRequestPredeployAddress = new("0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb"); + public static readonly Address ConsolidationRequestPredeployAddress = new("0x00431F263cE400f4455c2dCf564e53007Ca4bbBb"); }