Skip to content

Commit

Permalink
Update EIP-2935, EIP-7002, EIP-7251 system contract addresses (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jan 30, 2025
1 parent 33d50c9 commit fa33d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ethereum/prague/fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
VERSIONED_HASH_VERSION_KZG = b"\x01"

WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS = hex_to_address(
"0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
"0x00000961Ef480Eb55e80D19ad83579A64c007002"
)
CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS = hex_to_address(
"0x00431F263cE400f4455c2dCf564e53007Ca4bbBb"
"0x0000BBdDc7CE488642fb579F8B00f3a590007251"
)
HISTORY_STORAGE_ADDRESS = hex_to_address(
"0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC"
"0x0000F90827F1C53a10cb7A02335B175320002935"
)
HISTORY_SERVE_WINDOW = 8192

Expand Down

0 comments on commit fa33d82

Please sign in to comment.