We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1be978 commit 9a9bf2fCopy full SHA for 9a9bf2f
1 file changed
NostalgiaForInfinityX.py
@@ -113,7 +113,7 @@ class NostalgiaForInfinityX(IStrategy):
113
INTERFACE_VERSION = 2
114
115
def version(self) -> str:
116
- return "v11.0.338"
+ return "v11.0.339"
117
118
# ROI table:
119
minimal_roi = {
@@ -1914,7 +1914,7 @@ def version(self) -> str:
1914
"safe_dips_threshold_0" : 0.032,
1915
"safe_dips_threshold_2" : 0.09,
1916
"safe_dips_threshold_12" : 0.35,
1917
- "safe_dips_threshold_144" : None,
+ "safe_dips_threshold_144" : 0.34,
1918
"safe_pump_6h_threshold" : 0.5,
1919
"safe_pump_12h_threshold" : None,
1920
"safe_pump_24h_threshold" : 0.52,
0 commit comments