otomato-sdk 2.0.646 → 2.0.647

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.
@@ -7669,7 +7669,7 @@ export const TRIGGERS = {
7669
7669
  42161,
7670
7670
  137,
7671
7671
  56,
7672
- null
7672
+ 9745
7673
7673
  ],
7674
7674
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/fluid.webp",
7675
7675
  "LENDING_RATE": {
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.646';
1
+ export const SDK_VERSION = '2.0.647';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -2703,7 +2703,7 @@ export declare const TRIGGERS: {
2703
2703
  };
2704
2704
  FLUID: {
2705
2705
  description: string;
2706
- chains: (number | null)[];
2706
+ chains: number[];
2707
2707
  image: string;
2708
2708
  LENDING_RATE: {
2709
2709
  name: string;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.646";
1
+ export declare const SDK_VERSION = "2.0.647";
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.646",
3
+ "version": "2.0.647",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",