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 6155888 commit 8c93148Copy full SHA for 8c93148
chia/consensus/default_constants.py
@@ -111,3 +111,6 @@ def update_testnet_overrides(network_id: str, overrides: dict[str, Any]) -> None
111
if network_id in {"testnet11", "testneta"}:
112
if "MIN_PLOT_SIZE_V2" not in overrides:
113
overrides["MIN_PLOT_SIZE_V2"] = 18
114
+ if network_id == "testneta":
115
+ if "HARD_FORK_HEIGHT" not in overrides:
116
+ overrides["HARD_FORK_HEIGHT"] = 3693395
0 commit comments