otomato-sdk 2.0.113 → 2.0.114
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.
|
@@ -243,6 +243,15 @@ export const TOKENS = {
|
|
|
243
243
|
decimals: 18,
|
|
244
244
|
image: "https://static.debank.com/image/project/logo_url/lido/081388ebc44fa042561749bd5338d49e.png"
|
|
245
245
|
},
|
|
246
|
+
{
|
|
247
|
+
contractAddress: "0x0000000000000000000000000000000000000000",
|
|
248
|
+
name: "ETH",
|
|
249
|
+
symbol: "ETH",
|
|
250
|
+
decimals: 18,
|
|
251
|
+
nativeCurrency: true,
|
|
252
|
+
equivalentERC20: "0x4200000000000000000000000000000000000006",
|
|
253
|
+
image: "https://static.debank.com/image/chain/logo_url/eth/42ba589cd077e7bdd97db6480b0ff61d.png"
|
|
254
|
+
},
|
|
246
255
|
{
|
|
247
256
|
contractAddress: "0x4200000000000000000000000000000000000006",
|
|
248
257
|
name: "Wrapped Ether",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.114";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|