@qidao/sdk 5.1.87 → 5.1.95
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 +23 -13
- package/dist/src/entities/currency.d.ts +2 -0
- package/dist/src/entities/token.d.ts +1 -0
- package/dist/src/vaultInfo.d.ts +9538 -1399
- package/package.json +1 -1
package/dist/src/constants.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const OP_THREE_STEP_ZAPPER = "0x1D864EDCA89b99580C46CEC4091103D7f
|
|
|
8
8
|
export declare const ARBI_THREE_STEP_ZAPPER = "0x83D41737d086033A9c3acE2F1Ad9350d7d91cf02";
|
|
9
9
|
export declare const MATIC_THREE_STEP_ZAPPER = "0x652195e546A272c5112DF3c1b5fAA65591320C95";
|
|
10
10
|
export declare const ARBI_GAINS_ZAPPER = "0xeA97a391aD06a1F81C565CE29Fd4AD09c6FBE1B9";
|
|
11
|
+
export declare const MAINNET_ZAPPER = "0x5AA5079A8037f9D050D838AEFCe10bA7B8b8b001";
|
|
11
12
|
export declare enum ChainId {
|
|
12
13
|
MAINNET = 1,
|
|
13
14
|
GÖRLI = 5,
|
|
@@ -41,7 +42,8 @@ export declare enum ChainId {
|
|
|
41
42
|
AURORA = 1313161554,
|
|
42
43
|
BOBA = 288,
|
|
43
44
|
CUBE = 1818,
|
|
44
|
-
CANTO = 7700
|
|
45
|
+
CANTO = 7700,
|
|
46
|
+
DOGECHAIN = 2000
|
|
45
47
|
}
|
|
46
48
|
export declare enum TradeType {
|
|
47
49
|
EXACT_INPUT = 0,
|
|
@@ -95,6 +97,11 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
95
97
|
logo: string;
|
|
96
98
|
name: string;
|
|
97
99
|
};
|
|
100
|
+
"curve-finance": {
|
|
101
|
+
shortDescription: string;
|
|
102
|
+
logo: string;
|
|
103
|
+
name: string;
|
|
104
|
+
};
|
|
98
105
|
optimism: {
|
|
99
106
|
shortDescription: string;
|
|
100
107
|
logo: string;
|
|
@@ -105,7 +112,8 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
105
112
|
logo: string;
|
|
106
113
|
name: string;
|
|
107
114
|
};
|
|
108
|
-
"wrapped-steth": {
|
|
115
|
+
"wrapped-steth": {};
|
|
116
|
+
"kyber-network-crystal": {
|
|
109
117
|
shortDescription: string;
|
|
110
118
|
logo: string;
|
|
111
119
|
name: string;
|
|
@@ -140,11 +148,6 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
140
148
|
logo: string;
|
|
141
149
|
name: string;
|
|
142
150
|
};
|
|
143
|
-
"curve-finance": {
|
|
144
|
-
shortDescription: string;
|
|
145
|
-
logo: string;
|
|
146
|
-
name: string;
|
|
147
|
-
};
|
|
148
151
|
balancer: {
|
|
149
152
|
shortDescription: string;
|
|
150
153
|
logo: string;
|
|
@@ -205,17 +208,17 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
205
208
|
logo: string;
|
|
206
209
|
name: string;
|
|
207
210
|
};
|
|
208
|
-
"
|
|
211
|
+
"mai-finance": {
|
|
209
212
|
shortDescription: string;
|
|
210
213
|
logo: string;
|
|
211
214
|
name: string;
|
|
212
215
|
};
|
|
213
|
-
"
|
|
216
|
+
"lido-staked-matic": {
|
|
214
217
|
shortDescription: string;
|
|
215
218
|
logo: string;
|
|
216
219
|
name: string;
|
|
217
220
|
};
|
|
218
|
-
|
|
221
|
+
gns: {
|
|
219
222
|
shortDescription: string;
|
|
220
223
|
logo: string;
|
|
221
224
|
name: string;
|
|
@@ -260,17 +263,17 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
260
263
|
logo: string;
|
|
261
264
|
name: string;
|
|
262
265
|
};
|
|
263
|
-
|
|
266
|
+
arbitrum: {
|
|
264
267
|
shortDescription: string;
|
|
265
268
|
logo: string;
|
|
266
269
|
name: string;
|
|
267
270
|
};
|
|
268
|
-
|
|
271
|
+
avalanche: {
|
|
269
272
|
shortDescription: string;
|
|
270
273
|
logo: string;
|
|
271
274
|
name: string;
|
|
272
275
|
};
|
|
273
|
-
|
|
276
|
+
harmony: {
|
|
274
277
|
shortDescription: string;
|
|
275
278
|
logo: string;
|
|
276
279
|
name: string;
|
|
@@ -280,6 +283,8 @@ export declare const WFTM_ADDRESS = "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83"
|
|
|
280
283
|
export declare const STETH_ADDRESS = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
281
284
|
export declare const METIS_WBTC_ADDRESS = "0xa5B55ab1dAF0F8e1EFc0eB1931a957fd89B918f4";
|
|
282
285
|
export declare const AAVE_ADDRESS = "0xD6DF932A45C0f255f85145f286eA0b292B21C90B";
|
|
286
|
+
export declare const ETH_CRV_ADDRESS = "0xD533a949740bb3306d119CC777fa900bA034cd52";
|
|
287
|
+
export declare const ARBI_ARB_ADDRESS = "0x912CE59144191C1204E64559FE8253a0e49E6548";
|
|
283
288
|
export declare const CAMWMATIC_VAULT_ADDRESS = "0x88d84a85A87ED12B8f098e8953B322fF789fCD1a";
|
|
284
289
|
export declare const CAMWETH_VAULT_ADDRESS = "0x11A33631a5B5349AF3F165d2B7901A4d67e561ad";
|
|
285
290
|
export declare const CAMAAVE_VAULT_ADDRESS = "0x578375c3af7d61586c2C3A7BA87d2eEd640EFA40";
|
|
@@ -312,3 +317,8 @@ export declare const MATICX_MAI_VAULT_ADDRESS = "0xB1F28350539B06D5A35d016908EEf
|
|
|
312
317
|
export declare const ARBI_GDAI_VAULT_ADDRESS = "0xd371281896f2F5f7A2C65F49d23A2B6ecfd594f3";
|
|
313
318
|
export declare const ARBI_KNC_VAULT_ADDRESS = "0xe47ca047Cb7E6A9AdE9405Ca68077d63424F34eC";
|
|
314
319
|
export declare const ARBI_WSTETH_VAULT_ADDRESS = "0xA864956fF961CE62C266a8563B46577d3573372E";
|
|
320
|
+
export declare const ARBI_ARB_VAULT_ADDRESS = "0x950eCEeE9E7D7366a24fC9D2Ed4C0c37d17a0Fa9";
|
|
321
|
+
export declare const ETH_YVCURVE_STETH_F_VAULT_ADDRESS = "0xD1a6F422ceFf5a39b764e340Fd1bCd46C0744F83";
|
|
322
|
+
export declare const ETH_SDSTECRV_VAULT_ADDRESS = "0x67411793C5Dcf9ABC5a8D113dDD0e596cD5ba3e7";
|
|
323
|
+
export declare const ETH_BEEFY_CONVEX_STETH_VAULT_ADDRESS = "0x86f78d3cbCa0636817AD9e27a44996C738Ec4932";
|
|
324
|
+
export declare const ETH_CRV_VAULT_ADDRESS = "0xCA3EB45FB186Ed4e75B9B22A514fF1d4abAdD123";
|
|
@@ -31,6 +31,7 @@ export declare class Currency {
|
|
|
31
31
|
static readonly BOBA: Currency;
|
|
32
32
|
static readonly CUBE: Currency;
|
|
33
33
|
static readonly CANTO: Currency;
|
|
34
|
+
static readonly WWDOGE: Currency;
|
|
34
35
|
static readonly NATIVE: {
|
|
35
36
|
1: Currency;
|
|
36
37
|
5: Currency;
|
|
@@ -65,6 +66,7 @@ export declare class Currency {
|
|
|
65
66
|
288: Currency;
|
|
66
67
|
1818: Currency;
|
|
67
68
|
7700: Currency;
|
|
69
|
+
2000: Currency;
|
|
68
70
|
};
|
|
69
71
|
/**
|
|
70
72
|
* Constructs an instance of the base class `Currency`. The only instance of the base class `Currency` is `Currency.ETHER`.
|