otomato-sdk 2.0.80 → 2.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -192,7 +192,7 @@ export const WORKFLOW_TEMPLATES = [
|
|
|
192
192
|
],
|
|
193
193
|
createWorkflow: dailyYieldEmail
|
|
194
194
|
},
|
|
195
|
-
{
|
|
195
|
+
/*{
|
|
196
196
|
'name': 'Daily Fear & Greed-Based cbBTC Trading',
|
|
197
197
|
'description': 'Automatically trade cbBTC daily based on the Fear & Greed Index—buy when low, sell when high.',
|
|
198
198
|
'tags': [WORKFLOW_TEMPLATES_TAGS.TRADING, WORKFLOW_TEMPLATES_TAGS.SOCIALS],
|
|
@@ -202,7 +202,7 @@ export const WORKFLOW_TEMPLATES = [
|
|
|
202
202
|
ACTIONS.CORE.SWAP.SWAP.image
|
|
203
203
|
],
|
|
204
204
|
createWorkflow: createDCAFearAndGreed
|
|
205
|
-
}
|
|
205
|
+
},*/
|
|
206
206
|
{
|
|
207
207
|
'name': 'Buy ETH when the market sentiment is extremely fearful - capital efficient',
|
|
208
208
|
'description': 'Buy ETH when the Bitcoin Fear and Greed Index is below 45. The idle funds are generating yield on Ionic.',
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.81";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|