Skip to content

Commit

Permalink
Update HISTORY_STORAGE_ADDRESS and HISTORY_SERVE_WINDOW for EIP-2935
Browse files Browse the repository at this point in the history
https: //github.com//issues/8061
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Dec 23, 2024
1 parent 2909ea4 commit ab1edd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ public class PragueBlockHashProcessor extends CancunBlockHashProcessor {
private static final Logger LOG = LoggerFactory.getLogger(PragueBlockHashProcessor.class);

public static final Address HISTORY_STORAGE_ADDRESS =
Address.fromHexString("0x0aae40965e6800cd9b1f4b05ff21581047e3f91e");
Address.fromHexString("0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC");

/** The HISTORY_SERVE_WINDOW */
private static final long HISTORY_SERVE_WINDOW = 8192;
private static final long HISTORY_SERVE_WINDOW = 8191;

protected final long historyServeWindow;
protected final Address historyStorageAddress;
Expand Down

0 comments on commit ab1edd2

Please sign in to comment.