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