Skip to content

Commit 39125dc

Browse files
marioevzSamWilsn
authored andcommitted
Update EIP-2935, EIP-7002, EIP-7251 system contract addresses (ethereum#1100)
1 parent 5c74ce0 commit 39125dc

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
@@ -88,13 +88,13 @@
8888
VERSIONED_HASH_VERSION_KZG = b"\x01"
8989

9090
WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS = hex_to_address(
91-
"0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
91+
"0x00000961Ef480Eb55e80D19ad83579A64c007002"
9292
)
9393
CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS = hex_to_address(
94-
"0x00431F263cE400f4455c2dCf564e53007Ca4bbBb"
94+
"0x0000BBdDc7CE488642fb579F8B00f3a590007251"
9595
)
9696
HISTORY_STORAGE_ADDRESS = hex_to_address(
97-
"0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC"
97+
"0x0000F90827F1C53a10cb7A02335B175320002935"
9898
)
9999
HISTORY_SERVE_WINDOW = 8192
100100

0 commit comments

Comments
 (0)