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.
2 parents 0243756 + 1425daf commit 49af559Copy full SHA for 49af559
pyevmasm/evmasm.py
@@ -905,7 +905,7 @@ def block_to_fork(block_number):
905
2463000: "tangerine_whistle",
906
2675000: "spurious_dragon",
907
4370000: "byzantium",
908
- 9999998: "constantinople", # to be replaced after Constantinople launch
+ 7080000: "constantinople",
909
9999999: "serenity" # to be replaced after Serenity launch
910
}
911
fork_names = list(forks_by_block.values())
0 commit comments