Skip to content

Commit c5205f6

Browse files
committed
temp: disable system contract addition
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 3f4b674 commit c5205f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -989,13 +989,13 @@ def pre_allocation_blockchain(cls) -> Mapping:
989989
type tests.
990990
"""
991991
new_allocation = {
992-
Address(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE): {
993-
"nonce": 1,
994-
"code": (
995-
"0x60203611603157600143035f35116029575f35612000014311602957612000"
996-
"5f3506545f5260205ff35b5f5f5260205ff35b5f5ffd00"
997-
),
998-
}
992+
# Address(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE): {
993+
# "nonce": 1,
994+
# "code": (
995+
# "0x60203611603157600143035f35116029575f35612000014311602957612000"
996+
# "5f3506545f5260205ff35b5f5f5260205ff35b5f5ffd00"
997+
# ),
998+
# }
999999
}
10001000
# TODO: Utilize when testing for large init MPT
10011001
# return VERKLE_PRE_ALLOCATION | super(Shanghai, cls).pre_allocation()

0 commit comments

Comments
 (0)