Skip to content

Commit 70c0f9e

Browse files
nerolationfselmo
authored andcommitted
correct system contract addresses
1 parent c730e6d commit 70c0f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/amsterdam/test_bal_implementation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ def test_system_contract_indices(self) -> None:
345345
builder = BlockAccessListBuilder()
346346

347347
# Simulate pre-execution system contract changes
348-
beacon_roots_addr = Bytes20(b"\x00" * 19 + b"\x02")
349-
history_addr = Bytes20(b"\x00" * 19 + b"\x35")
348+
beacon_roots_addr = Bytes20(bytes.fromhex("000F3df6D732807Ef1319fB7B8bB8522d0Beac02"))
349+
history_addr = Bytes20(bytes.fromhex("0000F90827F1C53a10cb7A02335B175320002935"))
350350

351351
# These should use index 0
352352
add_storage_write(

0 commit comments

Comments
 (0)