otomato-sdk 2.0.192 → 2.0.193
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.
|
@@ -375,7 +375,7 @@ export const TRIGGERS = {
|
|
|
375
375
|
"name": "On-Chain Price Movement Against Fiat Currency",
|
|
376
376
|
"prototype": "priceMovementAgainstCurrency",
|
|
377
377
|
"description": "This trigger activates when the on-chain price of an asset moves against a specified currency based on the given condition.",
|
|
378
|
-
"type":
|
|
378
|
+
"type": 6,
|
|
379
379
|
"output": {
|
|
380
380
|
"price": "float",
|
|
381
381
|
"currency": "string"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.193";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|