Skip to content

Commit c17fd50

Browse files
committed
fix(forks): Remove is_deployed=False from Prague
1 parent c0e7cd6 commit c17fd50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,14 +1044,6 @@ def valid_opcodes(
10441044
class Prague(Cancun):
10451045
"""Prague fork."""
10461046

1047-
@classmethod
1048-
def is_deployed(cls) -> bool:
1049-
"""
1050-
Flag that the fork has not been deployed to mainnet; it is under active
1051-
development.
1052-
"""
1053-
return False
1054-
10551047
@classmethod
10561048
def solc_min_version(cls) -> Version:
10571049
"""Return minimum version of solc that supports this fork."""

0 commit comments

Comments
 (0)