@qidao/sdk 5.1.100 → 5.2.0
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/constants.d.ts +16 -1
- package/dist/src/vaultInfo.d.ts +4827 -6
- package/package.json +1 -1
package/dist/src/constants.d.ts
CHANGED
|
@@ -107,6 +107,16 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
107
107
|
logo: string;
|
|
108
108
|
name: string;
|
|
109
109
|
};
|
|
110
|
+
"coinbase-wrapped-staked-eth": {
|
|
111
|
+
shortDescription: string;
|
|
112
|
+
logo: string;
|
|
113
|
+
name: string;
|
|
114
|
+
};
|
|
115
|
+
"lido-dao-token": {
|
|
116
|
+
shortDescription: string;
|
|
117
|
+
logo: string;
|
|
118
|
+
name: string;
|
|
119
|
+
};
|
|
110
120
|
optimism: {
|
|
111
121
|
shortDescription: string;
|
|
112
122
|
logo: string;
|
|
@@ -117,7 +127,6 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
117
127
|
logo: string;
|
|
118
128
|
name: string;
|
|
119
129
|
};
|
|
120
|
-
"wrapped-steth": {};
|
|
121
130
|
"kyber-network-crystal": {
|
|
122
131
|
shortDescription: string;
|
|
123
132
|
logo: string;
|
|
@@ -295,6 +304,9 @@ export declare const METIS_WBTC_ADDRESS = "0xa5B55ab1dAF0F8e1EFc0eB1931a957fd89B
|
|
|
295
304
|
export declare const AAVE_ADDRESS = "0xD6DF932A45C0f255f85145f286eA0b292B21C90B";
|
|
296
305
|
export declare const ETH_CRV_ADDRESS = "0xD533a949740bb3306d119CC777fa900bA034cd52";
|
|
297
306
|
export declare const ARBI_ARB_ADDRESS = "0x912CE59144191C1204E64559FE8253a0e49E6548";
|
|
307
|
+
export declare const ETH_CBETH_ADDRESS = "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704";
|
|
308
|
+
export declare const ETH_STETH_ADDRESS = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
309
|
+
export declare const ETH_LDO_ADDRESS = "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32";
|
|
298
310
|
export declare const CAMWMATIC_VAULT_ADDRESS = "0x88d84a85A87ED12B8f098e8953B322fF789fCD1a";
|
|
299
311
|
export declare const CAMWETH_VAULT_ADDRESS = "0x11A33631a5B5349AF3F165d2B7901A4d67e561ad";
|
|
300
312
|
export declare const CAMAAVE_VAULT_ADDRESS = "0x578375c3af7d61586c2C3A7BA87d2eEd640EFA40";
|
|
@@ -334,3 +346,6 @@ export declare const ETH_BEEFY_CONVEX_STETH_VAULT_ADDRESS = "0x86f78d3cbCa063681
|
|
|
334
346
|
export declare const ETH_CRV_VAULT_ADDRESS = "0xCA3EB45FB186Ed4e75B9B22A514fF1d4abAdD123";
|
|
335
347
|
export declare const MATIC_WBTC_I_VAULT_ADDRESS = "0x169d47043CC0c94c39fa327941c56CB0344dc508";
|
|
336
348
|
export declare const MATIC_WETH_I_VAULT_ADDRESS = "0xB5B31E6A13aE856bc30b3C76B16eDaD9F432B54F";
|
|
349
|
+
export declare const ETH_CBETH_VAULT_ADDRESS = "0x4ce4C542D96Ce1872fEA4fa3fbB2E7aE31862Bad";
|
|
350
|
+
export declare const ETH_STETH_VAULT_ADDRESS = "0x5773e8953cF60F495eB3c2Db45DD753b5c4b7473";
|
|
351
|
+
export declare const ETH_LDO_VAULT_ADDRESS = "0x954ac12c339c60eafbb32213b15af3f7c7a0dec2";
|