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 e597ce3 commit 2a2d0d5Copy full SHA for 2a2d0d5
src/ethereum/forks/amsterdam/__init__.py
@@ -1,4 +1,9 @@
1
+"""
2
+The Amsterdam fork.
3
-from ethereum.fork_criteria import Unscheduled, ForkCriteria
4
+TODO: Update with information for included EIPs as other forks do.
5
6
+
7
+from ethereum.fork_criteria import ForkCriteria, Unscheduled
8
9
FORK_CRITERIA: ForkCriteria = Unscheduled(order_index=0)
0 commit comments