@qidao/sdk 5.1.95 → 5.1.100
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 -4
- package/dist/src/vaultInfo.d.ts +5186 -271
- package/package.json +1 -1
package/dist/src/constants.d.ts
CHANGED
|
@@ -92,6 +92,11 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
92
92
|
logo: string;
|
|
93
93
|
name: string;
|
|
94
94
|
};
|
|
95
|
+
"yearn-finance": {
|
|
96
|
+
shortDescription: string;
|
|
97
|
+
logo: string;
|
|
98
|
+
name: string;
|
|
99
|
+
};
|
|
95
100
|
chainlink: {
|
|
96
101
|
shortDescription: string;
|
|
97
102
|
logo: string;
|
|
@@ -118,7 +123,7 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
118
123
|
logo: string;
|
|
119
124
|
name: string;
|
|
120
125
|
};
|
|
121
|
-
"
|
|
126
|
+
"wrapped-bnb": {
|
|
122
127
|
shortDescription: string;
|
|
123
128
|
logo: string;
|
|
124
129
|
name: string;
|
|
@@ -138,7 +143,7 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
138
143
|
logo: string;
|
|
139
144
|
name: string;
|
|
140
145
|
};
|
|
141
|
-
|
|
146
|
+
"wrapped-matic": {
|
|
142
147
|
shortDescription: string;
|
|
143
148
|
logo: string;
|
|
144
149
|
name: string;
|
|
@@ -158,6 +163,11 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
158
163
|
logo: string;
|
|
159
164
|
name: string;
|
|
160
165
|
};
|
|
166
|
+
"dragon-s-quick": {
|
|
167
|
+
shortDescription: string;
|
|
168
|
+
logo: string;
|
|
169
|
+
name: string;
|
|
170
|
+
};
|
|
161
171
|
aavegotchi: {
|
|
162
172
|
shortDescription: string;
|
|
163
173
|
logo: string;
|
|
@@ -223,12 +233,12 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
223
233
|
logo: string;
|
|
224
234
|
name: string;
|
|
225
235
|
};
|
|
226
|
-
|
|
236
|
+
"stader-maticx": {
|
|
227
237
|
shortDescription: string;
|
|
228
238
|
logo: string;
|
|
229
239
|
name: string;
|
|
230
240
|
};
|
|
231
|
-
|
|
241
|
+
fantom: {
|
|
232
242
|
shortDescription: string;
|
|
233
243
|
logo: string;
|
|
234
244
|
name: string;
|
|
@@ -322,3 +332,5 @@ export declare const ETH_YVCURVE_STETH_F_VAULT_ADDRESS = "0xD1a6F422ceFf5a39b764
|
|
|
322
332
|
export declare const ETH_SDSTECRV_VAULT_ADDRESS = "0x67411793C5Dcf9ABC5a8D113dDD0e596cD5ba3e7";
|
|
323
333
|
export declare const ETH_BEEFY_CONVEX_STETH_VAULT_ADDRESS = "0x86f78d3cbCa0636817AD9e27a44996C738Ec4932";
|
|
324
334
|
export declare const ETH_CRV_VAULT_ADDRESS = "0xCA3EB45FB186Ed4e75B9B22A514fF1d4abAdD123";
|
|
335
|
+
export declare const MATIC_WBTC_I_VAULT_ADDRESS = "0x169d47043CC0c94c39fa327941c56CB0344dc508";
|
|
336
|
+
export declare const MATIC_WETH_I_VAULT_ADDRESS = "0xB5B31E6A13aE856bc30b3C76B16eDaD9F432B54F";
|