otomato-sdk 2.0.173 → 2.0.174
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.
|
@@ -3297,8 +3297,8 @@ export const TRIGGERS = {
|
|
|
3297
3297
|
},
|
|
3298
3298
|
"examples": [
|
|
3299
3299
|
{
|
|
3300
|
-
"name": "wHYPE Borrow Cap
|
|
3301
|
-
"description": "Triggers when HyperLend Borrow Cap rises
|
|
3300
|
+
"name": "wHYPE Borrow Cap rises",
|
|
3301
|
+
"description": "Triggers when HyperLend Borrow Cap rises",
|
|
3302
3302
|
"externalVariableDescription": "Current HyperLend Borrow Cap",
|
|
3303
3303
|
"parameters": [
|
|
3304
3304
|
{
|
|
@@ -3315,7 +3315,7 @@ export const TRIGGERS = {
|
|
|
3315
3315
|
},
|
|
3316
3316
|
{
|
|
3317
3317
|
"key": "comparisonValue",
|
|
3318
|
-
"value":
|
|
3318
|
+
"value": "{{history.0.value}}"
|
|
3319
3319
|
}
|
|
3320
3320
|
]
|
|
3321
3321
|
}
|
|
@@ -3365,8 +3365,8 @@ export const TRIGGERS = {
|
|
|
3365
3365
|
},
|
|
3366
3366
|
"examples": [
|
|
3367
3367
|
{
|
|
3368
|
-
"name": "wHYPE Supply Cap
|
|
3369
|
-
"description": "Triggers when HyperLend Supply Cap rises
|
|
3368
|
+
"name": "wHYPE Supply Cap rises",
|
|
3369
|
+
"description": "Triggers when HyperLend Supply Cap rises",
|
|
3370
3370
|
"externalVariableDescription": "Current HyperLend Supply Cap",
|
|
3371
3371
|
"parameters": [
|
|
3372
3372
|
{
|
|
@@ -3383,7 +3383,7 @@ export const TRIGGERS = {
|
|
|
3383
3383
|
},
|
|
3384
3384
|
{
|
|
3385
3385
|
"key": "comparisonValue",
|
|
3386
|
-
"value":
|
|
3386
|
+
"value": "{{history.0.value}}"
|
|
3387
3387
|
}
|
|
3388
3388
|
]
|
|
3389
3389
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.174";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|