otomato-sdk 2.0.4 → 2.0.5
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.
|
@@ -398,6 +398,13 @@ export const TOKENS = {
|
|
|
398
398
|
symbol: "wrsETH",
|
|
399
399
|
decimals: 18,
|
|
400
400
|
image: "https://assets.coingecko.com/coins/images/37919/small/rseth.png?1715936438"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
contractAddress: "0xA88594D404727625A9437C3f886C7643872296AE",
|
|
404
|
+
name: "WELL",
|
|
405
|
+
symbol: "WELL",
|
|
406
|
+
decimals: 18,
|
|
407
|
+
image: "https://assets.coingecko.com/coins/images/26133/small/WELL.png?1696525221"
|
|
401
408
|
}
|
|
402
409
|
]
|
|
403
410
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.5";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|