Skip to content

Commit 8799542

Browse files
gurukamathSamWilsn
authored andcommitted
update prague timestamp
1 parent b3dc70f commit 8799542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ethereum/prague/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
The Prague fork.
33
"""
44

5-
from ethereum.fork_criteria import Unscheduled
5+
from ethereum.fork_criteria import ByTimestamp
66

7-
FORK_CRITERIA = Unscheduled()
7+
FORK_CRITERIA = ByTimestamp(1746612311)

0 commit comments

Comments
 (0)