File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/ethereum_test_forks/forks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments