otomato-sdk 2.0.388 → 2.0.390

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.
@@ -5527,6 +5527,14 @@ export const TRIGGERS = {
5527
5527
  "blockId": 106,
5528
5528
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/ventuals.webp"
5529
5529
  }
5530
+ },
5531
+ "FELIX": {
5532
+ "description": "Felix is a decentralized lending protocol on Hyper EVM",
5533
+ "chains": [
5534
+ 999
5535
+ ],
5536
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/felix.webp",
5537
+ "comingSoon": true
5530
5538
  }
5531
5539
  },
5532
5540
  "DEXES": {
@@ -8616,7 +8624,7 @@ export const TRIGGERS = {
8616
8624
  },
8617
8625
  "OPTION": {
8618
8626
  "RYSK": {
8619
- "description": "Rysk is a decentralized options protocol on Hyperlane",
8627
+ "description": "Rysk is a decentralized options protocol on Hyper EVM",
8620
8628
  "chains": [
8621
8629
  999
8622
8630
  ],
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.388';
1
+ export const SDK_VERSION = '2.0.390';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -2132,6 +2132,12 @@ export declare const TRIGGERS: {
2132
2132
  image: string;
2133
2133
  };
2134
2134
  };
2135
+ FELIX: {
2136
+ description: string;
2137
+ chains: number[];
2138
+ image: string;
2139
+ comingSoon: boolean;
2140
+ };
2135
2141
  };
2136
2142
  DEXES: {
2137
2143
  ODOS: {
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.388";
1
+ export declare const SDK_VERSION = "2.0.390";
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.388",
3
+ "version": "2.0.390",
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",