otomato-sdk 2.0.249 → 2.0.251
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.
|
@@ -548,7 +548,7 @@ export const WORKFLOW_TEMPLATES = [
|
|
|
548
548
|
'name': 'When the Ethereum foundation sells ETH, notify me',
|
|
549
549
|
'description': 'Notify me when the Ethereum foundation (0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe) sells ETH',
|
|
550
550
|
'tags': [WORKFLOW_TEMPLATES_TAGS.ON_CHAIN_MONITORING, WORKFLOW_TEMPLATES_TAGS.NOTIFICATIONS, WORKFLOW_TEMPLATES_TAGS.TRADING],
|
|
551
|
-
'thumbnail': 'https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/templates/
|
|
551
|
+
'thumbnail': 'https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/templates/eth_foundation.webp',
|
|
552
552
|
'image': [
|
|
553
553
|
TRIGGERS.TOKENS.TRANSFER.NATIVE_TRANSFER.image,
|
|
554
554
|
ACTIONS.NOTIFICATIONS.EMAIL.SEND_EMAIL.image
|
|
@@ -574,11 +574,11 @@ export const WORKFLOW_TEMPLATES = [
|
|
|
574
574
|
],
|
|
575
575
|
createWorkflow: createTokenMovementNotificationWorkflow
|
|
576
576
|
},
|
|
577
|
-
createTwitterAiNotificationTemplate({ display: '
|
|
577
|
+
createTwitterAiNotificationTemplate({ display: 'Strategy', tag: 'Strategy' }, {
|
|
578
578
|
prompt: 'the tweet announces that Microstrategy acquired more bitcoin',
|
|
579
|
-
notification: '
|
|
580
|
-
description: 'Get notified when
|
|
581
|
-
wfTitle: 'Get notified when
|
|
579
|
+
notification: 'Strategy announces that Microstrategy acquired more bitcoin',
|
|
580
|
+
description: 'Get notified when Strategy announces that Microstrategy acquired more bitcoin',
|
|
581
|
+
wfTitle: 'Get notified when Strategy announces that Microstrategy acquired more bitcoin',
|
|
582
582
|
}, 'https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/templates/microstrategy.webp'),
|
|
583
583
|
{
|
|
584
584
|
'name': 'Daily yield updates',
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.251";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|