otomato-sdk 2.0.491 → 2.0.492
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.
|
@@ -4082,6 +4082,13 @@ export declare const TRIGGERS: {
|
|
|
4082
4082
|
comingSoon: boolean;
|
|
4083
4083
|
hideInLeftPanel: boolean;
|
|
4084
4084
|
};
|
|
4085
|
+
ENS: {
|
|
4086
|
+
description: string;
|
|
4087
|
+
chains: number[];
|
|
4088
|
+
image: string;
|
|
4089
|
+
comingSoon: boolean;
|
|
4090
|
+
hideInLeftPanel: boolean;
|
|
4091
|
+
};
|
|
4085
4092
|
};
|
|
4086
4093
|
ETFS: {
|
|
4087
4094
|
IBIT: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.492";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|