otomato-sdk 2.0.129 → 2.0.130
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.
|
@@ -1042,6 +1042,13 @@ export const TOKENS = {
|
|
|
1042
1042
|
decimals: 18,
|
|
1043
1043
|
image: "https://cdn.morpho.org/assets/logos/mtbill.svg"
|
|
1044
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
contractAddress: "0xDD629E5241CbC5919847783e6C96B2De4754e438",
|
|
1047
|
+
name: "Midas US Treasury Bill Token",
|
|
1048
|
+
symbol: "wstRose",
|
|
1049
|
+
decimals: 18,
|
|
1050
|
+
image: "https://cdn.morpho.org/assets/logos/mtbill.svg"
|
|
1051
|
+
},
|
|
1045
1052
|
],
|
|
1046
1053
|
// Optimism
|
|
1047
1054
|
10: [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.130";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|