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 27b8a9d commit 83e0509Copy full SHA for 83e0509
src/ethereum/prague/__init__.py
@@ -4,4 +4,7 @@
4
5
from ethereum.fork_criteria import ByTimestamp
6
7
+# TODO: Note that this is a dummy timestamp since the
8
+# timestamp for Prague is not finalised at the time of creating this PR.
9
+# The timestamp will have to be updated once Prague goes live.
10
FORK_CRITERIA = ByTimestamp(1710338138)
0 commit comments