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.
is_deployed=False
1 parent c0e7cd6 commit c17fd50Copy full SHA for c17fd50
src/ethereum_test_forks/forks/forks.py
@@ -1044,14 +1044,6 @@ def valid_opcodes(
1044
class Prague(Cancun):
1045
"""Prague fork."""
1046
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
-
1055
@classmethod
1056
def solc_min_version(cls) -> Version:
1057
"""Return minimum version of solc that supports this fork."""
0 commit comments