otomato-sdk 2.0.625 → 2.0.627
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.
|
@@ -588,6 +588,38 @@ export declare const TRIGGERS: {
|
|
|
588
588
|
};
|
|
589
589
|
};
|
|
590
590
|
YIELD: {
|
|
591
|
+
WBETH: {
|
|
592
|
+
description: string;
|
|
593
|
+
chains: number[];
|
|
594
|
+
image: string;
|
|
595
|
+
NATIVE_YIELD: {
|
|
596
|
+
name: string;
|
|
597
|
+
prototype: string;
|
|
598
|
+
dynamicName: string;
|
|
599
|
+
description: string;
|
|
600
|
+
type: number;
|
|
601
|
+
output: {
|
|
602
|
+
nativeApy: string;
|
|
603
|
+
sharePrice: string;
|
|
604
|
+
windowDays: string;
|
|
605
|
+
};
|
|
606
|
+
parameters: Parameter[];
|
|
607
|
+
examples: {
|
|
608
|
+
name: string;
|
|
609
|
+
description: string;
|
|
610
|
+
externalVariableDescription: string;
|
|
611
|
+
parameters: ({
|
|
612
|
+
key: string;
|
|
613
|
+
value: number;
|
|
614
|
+
} | {
|
|
615
|
+
key: string;
|
|
616
|
+
value: string;
|
|
617
|
+
})[];
|
|
618
|
+
}[];
|
|
619
|
+
blockId: number;
|
|
620
|
+
image: string;
|
|
621
|
+
};
|
|
622
|
+
};
|
|
591
623
|
EZETH: {
|
|
592
624
|
description: string;
|
|
593
625
|
chains: number[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.627";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|