Skip to content

Commit 49af559

Browse files
Merge pull request #29 from trailofbits/constantinopole-block-num
Update evmasm.py
2 parents 0243756 + 1425daf commit 49af559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyevmasm/evmasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def block_to_fork(block_number):
905905
2463000: "tangerine_whistle",
906906
2675000: "spurious_dragon",
907907
4370000: "byzantium",
908-
9999998: "constantinople", # to be replaced after Constantinople launch
908+
7080000: "constantinople",
909909
9999999: "serenity" # to be replaced after Serenity launch
910910
}
911911
fork_names = list(forks_by_block.values())

0 commit comments

Comments
 (0)