Skip to content

Commit

Permalink
update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekM25 committed Oct 17, 2024
1 parent 58b5541 commit 5eacd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Core/Eip7002Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace Nethermind.Core;

public static class Eip7002Constants
{
public static readonly Address WithdrawalRequestPredeployAddress = new("0x00A3ca265EBcb825B45F985A16CEFB49958cE017");
public static readonly Address WithdrawalRequestPredeployAddress = new("0x09Fc772D0857550724b07B850a4323f39112aAaA");
}
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Core/Eip7251Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace Nethermind.Core;

public static class Eip7251Constants
{
public static readonly Address ConsolidationRequestPredeployAddress = new("0x00b42dbF2194e931E80326D950320f7d9Dbeac02");
public static readonly Address ConsolidationRequestPredeployAddress = new("0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb");
}

0 comments on commit 5eacd18

Please sign in to comment.