Skip to content

Commit fa33d82

Browse files
authored
Update EIP-2935, EIP-7002, EIP-7251 system contract addresses (#1100)
1 parent 33d50c9 commit fa33d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ethereum/prague/fork.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
VERSIONED_HASH_VERSION_KZG = b"\x01"
8585

8686
WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS = hex_to_address(
87-
"0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
87+
"0x00000961Ef480Eb55e80D19ad83579A64c007002"
8888
)
8989
CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS = hex_to_address(
90-
"0x00431F263cE400f4455c2dCf564e53007Ca4bbBb"
90+
"0x0000BBdDc7CE488642fb579F8B00f3a590007251"
9191
)
9292
HISTORY_STORAGE_ADDRESS = hex_to_address(
93-
"0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC"
93+
"0x0000F90827F1C53a10cb7A02335B175320002935"
9494
)
9595
HISTORY_SERVE_WINDOW = 8192
9696

0 commit comments

Comments
 (0)