We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730e6d commit 70c0f9eCopy full SHA for 70c0f9e
tests/amsterdam/test_bal_implementation.py
@@ -345,8 +345,8 @@ def test_system_contract_indices(self) -> None:
345
builder = BlockAccessListBuilder()
346
347
# 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")
+ beacon_roots_addr = Bytes20(bytes.fromhex("000F3df6D732807Ef1319fB7B8bB8522d0Beac02"))
+ history_addr = Bytes20(bytes.fromhex("0000F90827F1C53a10cb7A02335B175320002935"))
350
351
# These should use index 0
352
add_storage_write(
0 commit comments