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({{smartAccountAddress}},0x1da89208e6cb5173e97a83461853b8400de4f7c37542cf010a10579a5f7ca451,,)}}`);
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 hbUSDT/USR market',
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,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.352';
1
+ export const SDK_VERSION = '2.0.353';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.352";
1
+ export declare const SDK_VERSION = "2.0.353";
2
2
  export declare function compareVersions(v1: string, v2: string): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.352",
3
+ "version": "2.0.353",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/types/src/index.d.ts",