otomato-sdk 2.0.352 → 2.0.353
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.
|
@@ -641,7 +641,7 @@ const createDailyHealthrateMonitoringWorkflow = () => {
|
|
|
641
641
|
trigger.setParams('limit', 90); // 90 days
|
|
642
642
|
// Action: send message to IexecTelegram
|
|
643
643
|
const telegramAction = new Action(ACTIONS.NOTIFICATIONS.IEXEC.SEND_WEB3_TELEGRAM);
|
|
644
|
-
telegramAction.setParams('content', `Your daily healthrate from Hyperbeat: {{external.functions.healthRatio(
|
|
644
|
+
telegramAction.setParams('content', `Your daily healthrate of 0xBB5b...8b75 from Hyperbeat: {{external.functions.healthRatio(0xBB5b91A184A00521993A6Fe2325F36e94D9a8b75,0x216bd19960f140177a4a3fb9cf258edcbadb1f5d54740fc944503bff4a00e65e,,)}}`);
|
|
645
645
|
// Edges
|
|
646
646
|
const edge1 = new Edge({ source: trigger, target: telegramAction });
|
|
647
647
|
// Workflow
|
|
@@ -1295,7 +1295,7 @@ export const WORKFLOW_TEMPLATES = [
|
|
|
1295
1295
|
{
|
|
1296
1296
|
'id': 37,
|
|
1297
1297
|
'name': 'Daily Hyperbeat healthrate monitoring',
|
|
1298
|
-
'description': 'Receive privacy-preserving daily Hyperbeat healthrate updates on
|
|
1298
|
+
'description': 'Receive privacy-preserving daily Hyperbeat healthrate updates on WHYPE/rUSDC market of a wallet',
|
|
1299
1299
|
'tags': [WORKFLOW_TEMPLATES_TAGS.ON_CHAIN_MONITORING, WORKFLOW_TEMPLATES_TAGS.NOTIFICATIONS, WORKFLOW_TEMPLATES_TAGS.IEXEC],
|
|
1300
1300
|
'thumbnail': 'https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/templates/hyperbeat.webp',
|
|
1301
1301
|
'image': [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.353";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|