otomato-sdk 2.0.389 → 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": {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.390";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|