Skip to content

Commit

Permalink
updated address
Browse files Browse the repository at this point in the history
  • Loading branch information
ak88 committed Jan 2, 2025
1 parent 6bb6835 commit a25d0bd
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("0x09Fc772D0857550724b07B850a4323f39112aAaA");
public static readonly Address WithdrawalRequestPredeployAddress = new("0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA");
}
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("0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb");
public static readonly Address ConsolidationRequestPredeployAddress = new("0x00431F263cE400f4455c2dCf564e53007Ca4bbBb");
}

0 comments on commit a25d0bd

Please sign in to comment.