dsa-connect 0.6.7 → 0.6.10

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.
@@ -7,8 +7,10 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
- "AAVE-V2-V3-IMPORT-A": import("web3-utils").AbiItem[];
11
- "AAVE-V3-A": import("web3-utils").AbiItem[];
10
+ 'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
11
+ 'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
12
+ 'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
13
+ 'AAVE-V3-A': import("web3-utils").AbiItem[];
12
14
  'WFTM-A': import("web3-utils").AbiItem[];
13
15
  'MSTABLE-A': import("web3-utils").AbiItem[];
14
16
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_IMPORT_V2_V3_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_V3_IMPORT_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const COMPOUND_IMPORT_D: AbiItem[];
@@ -1,6 +1,8 @@
1
1
  export declare const connectorsV2_M1: {
2
- "AAVE-V2-V3-IMPORT-A": import("web3-utils").AbiItem[];
3
- "AAVE-V3-A": import("web3-utils").AbiItem[];
2
+ 'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
3
+ 'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
4
+ 'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
5
+ 'AAVE-V3-A': import("web3-utils").AbiItem[];
4
6
  'WFTM-A': import("web3-utils").AbiItem[];
5
7
  'MSTABLE-A': import("web3-utils").AbiItem[];
6
8
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -5,8 +5,10 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
- "AAVE-V2-V3-IMPORT-A": import("web3-utils").AbiItem[];
9
- "AAVE-V3-A": import("web3-utils").AbiItem[];
8
+ 'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
9
+ 'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
10
+ 'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
11
+ 'AAVE-V3-A': import("web3-utils").AbiItem[];
10
12
  'WFTM-A': import("web3-utils").AbiItem[];
11
13
  'MSTABLE-A': import("web3-utils").AbiItem[];
12
14
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -14,4 +14,5 @@ export declare const connectorsV2_M1: {
14
14
  "UNISWAP-V3-STAKER-B": string;
15
15
  "UNISWAP-V3-ROUTER-A": string;
16
16
  "AAVE-V3-A": string;
17
+ "AAVE-V3-IMPORT-A": string;
17
18
  };
@@ -1,25 +1,26 @@
1
1
  export declare const connectorsV2_M1: {
2
- "AUTHORITY-A": string;
3
- "BASIC-A": string;
4
- "WAVAX-A": string;
5
- "AAVE-V2-A": string;
6
- "AAVE-CLAIM-A": string;
7
- "AAVE-V2-IMPORT-C": string;
8
- "PARASWAP-A": string;
9
- "BENQI-A": string;
10
- "QI-A": string;
11
- "INSTAPOOL-B": string;
12
- "INTEROP-A": string;
13
- "INTEROP-STAGING-A": string;
14
- "INSTAPOOL-C": string;
15
- "PARASWAP-V5-A": string;
16
- "ZEROX-A": string;
17
- "ZEROX-V4-A": string;
18
- "SUSHISWAP-A": string;
19
- "1INCH-A": string;
20
- "1INCH-V4-A": string;
21
- "PANGOLIN-A": string;
22
- "PANGOLIN-STAKE-A": string;
23
- "AAVE-V3-A": string;
24
- "AAVE-V2-V3-IMPORT-A": string;
2
+ 'AUTHORITY-A': string;
3
+ 'BASIC-A': string;
4
+ 'WAVAX-A': string;
5
+ 'AAVE-V2-A': string;
6
+ 'AAVE-CLAIM-A': string;
7
+ 'AAVE-V2-IMPORT-C': string;
8
+ 'PARASWAP-A': string;
9
+ 'BENQI-A': string;
10
+ 'QI-A': string;
11
+ 'INSTAPOOL-B': string;
12
+ 'INTEROP-A': string;
13
+ 'INTEROP-STAGING-A': string;
14
+ 'INSTAPOOL-C': string;
15
+ 'PARASWAP-V5-A': string;
16
+ 'ZEROX-A': string;
17
+ 'ZEROX-V4-A': string;
18
+ 'SUSHISWAP-A': string;
19
+ '1INCH-A': string;
20
+ '1INCH-V4-A': string;
21
+ 'PANGOLIN-A': string;
22
+ 'PANGOLIN-STAKE-A': string;
23
+ 'AAVE-V3-A': string;
24
+ 'AAVE-IMPORT-V2-V3-A': string;
25
+ 'AAVE-V3-IMPORT-A': string;
25
26
  };
@@ -4,4 +4,8 @@ export declare const connectorsV2_M1: {
4
4
  'BASIC-B': string;
5
5
  'BASIC-C': string;
6
6
  'WFTM-A': string;
7
+ 'AAVE-V3-IMPORT-A': string;
8
+ 'AAVE-V3-A': string;
9
+ 'PARASWAP-A': string;
10
+ 'PARASWAP-V5-A': string;
7
11
  };
@@ -227,6 +227,7 @@ export declare const Addresses: {
227
227
  'MSTABLE-A': string;
228
228
  'UNISWAP-V3-ROUTER-A': string;
229
229
  'LIDO-STETH-A': string;
230
+ 'COMPOUND-IMPORT-D': string;
230
231
  };
231
232
  };
232
233
  };
@@ -237,40 +238,41 @@ export declare const Addresses: {
237
238
  authority: string;
238
239
  };
239
240
  2: {
240
- "1INCH-A": string;
241
- "1INCH-V4-A": string;
242
- "1INCH-V3-A": string;
243
- "AAVE-V2-A": string;
244
- "AUTHORITY-A": string;
245
- "BASIC-A": string;
246
- "AAVE-CLAIM-A": string;
247
- "INSTAPOOL-A": string;
248
- "PARASWAP-A": string;
249
- "AAVE-V2-IMPORT-A": string;
250
- "AAVE-V2-IMPORT-B": string;
251
- "AAVE-CLAIM-B": string;
252
- "GELATO-AAVE-A": string;
253
- "POOLTOGETHER-A": string;
254
- "INSTAPOOL-B": string;
255
- "AAVE-V2-IMPORT-C": string;
256
- "INTEROP-A": string;
257
- "INTEROP-STAGING-A": string;
258
- "INSTAPOOL-C": string;
259
- "WMATIC-A": string;
260
- "UNISWAP-V3-A": string;
261
- "UNISWAP-V3-STAKE-A": string;
262
- "QUICKSWAP-A": string;
263
- "PARASWAP-V5-A": string;
264
- "ZEROX-A": string;
265
- "ZEROX-V4-A": string;
266
- "BASIC-B": string;
267
- "BASIC-C": string;
268
- "SUSHISWAP-A": string;
269
- "UNISWAP-V3-ROUTER-A": string;
270
- "UNISWAP-V3-STAKER-B": string;
271
- "MSTABLE-A": string;
272
- "AAVE-V3-A": string;
273
- "AAVE-V2-V3-IMPORT-A": string;
241
+ '1INCH-A': string;
242
+ '1INCH-V4-A': string;
243
+ '1INCH-V3-A': string;
244
+ 'AAVE-V2-A': string;
245
+ 'AUTHORITY-A': string;
246
+ 'BASIC-A': string;
247
+ 'AAVE-CLAIM-A': string;
248
+ 'INSTAPOOL-A': string;
249
+ 'PARASWAP-A': string;
250
+ 'AAVE-V2-IMPORT-A': string;
251
+ 'AAVE-V2-IMPORT-B': string;
252
+ 'AAVE-CLAIM-B': string;
253
+ 'GELATO-AAVE-A': string;
254
+ 'POOLTOGETHER-A': string;
255
+ 'INSTAPOOL-B': string;
256
+ 'AAVE-V2-IMPORT-C': string;
257
+ 'INTEROP-A': string;
258
+ 'INTEROP-STAGING-A': string;
259
+ 'INSTAPOOL-C': string;
260
+ 'WMATIC-A': string;
261
+ 'UNISWAP-V3-A': string;
262
+ 'UNISWAP-V3-STAKE-A': string;
263
+ 'QUICKSWAP-A': string;
264
+ 'PARASWAP-V5-A': string;
265
+ 'ZEROX-A': string;
266
+ 'ZEROX-V4-A': string;
267
+ 'BASIC-B': string;
268
+ 'BASIC-C': string;
269
+ 'SUSHISWAP-A': string;
270
+ 'UNISWAP-V3-ROUTER-A': string;
271
+ 'UNISWAP-V3-STAKER-B': string;
272
+ 'MSTABLE-A': string;
273
+ 'AAVE-V3-A': string;
274
+ 'AAVE-IMPORT-V2-V3-A': string;
275
+ 'AAVE-V3-IMPORT-A': string;
274
276
  };
275
277
  };
276
278
  };
@@ -292,35 +294,37 @@ export declare const Addresses: {
292
294
  "UNISWAP-V3-STAKER-B": string;
293
295
  "UNISWAP-V3-ROUTER-A": string;
294
296
  "AAVE-V3-A": string;
297
+ "AAVE-V3-IMPORT-A": string;
295
298
  };
296
299
  };
297
300
  };
298
301
  43114: {
299
302
  versions: {
300
303
  2: {
301
- "AUTHORITY-A": string;
302
- "BASIC-A": string;
303
- "WAVAX-A": string;
304
- "AAVE-V2-A": string;
305
- "AAVE-CLAIM-A": string;
306
- "AAVE-V2-IMPORT-C": string;
307
- "PARASWAP-A": string;
308
- "BENQI-A": string;
309
- "QI-A": string;
310
- "INSTAPOOL-B": string;
311
- "INTEROP-A": string;
312
- "INTEROP-STAGING-A": string;
313
- "INSTAPOOL-C": string;
314
- "PARASWAP-V5-A": string;
315
- "ZEROX-A": string;
316
- "ZEROX-V4-A": string;
317
- "SUSHISWAP-A": string;
318
- "1INCH-A": string;
319
- "1INCH-V4-A": string;
320
- "PANGOLIN-A": string;
321
- "PANGOLIN-STAKE-A": string;
322
- "AAVE-V3-A": string;
323
- "AAVE-V2-V3-IMPORT-A": string;
304
+ 'AUTHORITY-A': string;
305
+ 'BASIC-A': string;
306
+ 'WAVAX-A': string;
307
+ 'AAVE-V2-A': string;
308
+ 'AAVE-CLAIM-A': string;
309
+ 'AAVE-V2-IMPORT-C': string;
310
+ 'PARASWAP-A': string;
311
+ 'BENQI-A': string;
312
+ 'QI-A': string;
313
+ 'INSTAPOOL-B': string;
314
+ 'INTEROP-A': string;
315
+ 'INTEROP-STAGING-A': string;
316
+ 'INSTAPOOL-C': string;
317
+ 'PARASWAP-V5-A': string;
318
+ 'ZEROX-A': string;
319
+ 'ZEROX-V4-A': string;
320
+ 'SUSHISWAP-A': string;
321
+ '1INCH-A': string;
322
+ '1INCH-V4-A': string;
323
+ 'PANGOLIN-A': string;
324
+ 'PANGOLIN-STAKE-A': string;
325
+ 'AAVE-V3-A': string;
326
+ 'AAVE-IMPORT-V2-V3-A': string;
327
+ 'AAVE-V3-IMPORT-A': string;
324
328
  };
325
329
  };
326
330
  };
@@ -339,6 +343,7 @@ export declare const Addresses: {
339
343
  "UNISWAP-V3-STAKER-B": string;
340
344
  "UNISWAP-V3-ROUTER-A": string;
341
345
  "AAVE-V3-A": string;
346
+ "AAVE-V3-IMPORT-A": string;
342
347
  };
343
348
  };
344
349
  };
@@ -350,6 +355,10 @@ export declare const Addresses: {
350
355
  'BASIC-B': string;
351
356
  'BASIC-C': string;
352
357
  'WFTM-A': string;
358
+ 'AAVE-V3-IMPORT-A': string;
359
+ 'AAVE-V3-A': string;
360
+ 'PARASWAP-A': string;
361
+ 'PARASWAP-V5-A': string;
353
362
  };
354
363
  };
355
364
  };
@@ -59,4 +59,5 @@ export declare const connectorsV2_M1: {
59
59
  'MSTABLE-A': string;
60
60
  'UNISWAP-V3-ROUTER-A': string;
61
61
  'LIDO-STETH-A': string;
62
+ 'COMPOUND-IMPORT-D': string;
62
63
  };
@@ -11,4 +11,5 @@ export declare const connectorsV2_M1: {
11
11
  "UNISWAP-V3-STAKER-B": string;
12
12
  "UNISWAP-V3-ROUTER-A": string;
13
13
  "AAVE-V3-A": string;
14
+ "AAVE-V3-IMPORT-A": string;
14
15
  };
@@ -1,36 +1,37 @@
1
1
  export declare const connectorsV2_M1: {
2
- "1INCH-A": string;
3
- "1INCH-V4-A": string;
4
- "1INCH-V3-A": string;
5
- "AAVE-V2-A": string;
6
- "AUTHORITY-A": string;
7
- "BASIC-A": string;
8
- "AAVE-CLAIM-A": string;
9
- "INSTAPOOL-A": string;
10
- "PARASWAP-A": string;
11
- "AAVE-V2-IMPORT-A": string;
12
- "AAVE-V2-IMPORT-B": string;
13
- "AAVE-CLAIM-B": string;
14
- "GELATO-AAVE-A": string;
15
- "POOLTOGETHER-A": string;
16
- "INSTAPOOL-B": string;
17
- "AAVE-V2-IMPORT-C": string;
18
- "INTEROP-A": string;
19
- "INTEROP-STAGING-A": string;
20
- "INSTAPOOL-C": string;
21
- "WMATIC-A": string;
22
- "UNISWAP-V3-A": string;
23
- "UNISWAP-V3-STAKE-A": string;
24
- "QUICKSWAP-A": string;
25
- "PARASWAP-V5-A": string;
26
- "ZEROX-A": string;
27
- "ZEROX-V4-A": string;
28
- "BASIC-B": string;
29
- "BASIC-C": string;
30
- "SUSHISWAP-A": string;
31
- "UNISWAP-V3-ROUTER-A": string;
32
- "UNISWAP-V3-STAKER-B": string;
33
- "MSTABLE-A": string;
34
- "AAVE-V3-A": string;
35
- "AAVE-V2-V3-IMPORT-A": string;
2
+ '1INCH-A': string;
3
+ '1INCH-V4-A': string;
4
+ '1INCH-V3-A': string;
5
+ 'AAVE-V2-A': string;
6
+ 'AUTHORITY-A': string;
7
+ 'BASIC-A': string;
8
+ 'AAVE-CLAIM-A': string;
9
+ 'INSTAPOOL-A': string;
10
+ 'PARASWAP-A': string;
11
+ 'AAVE-V2-IMPORT-A': string;
12
+ 'AAVE-V2-IMPORT-B': string;
13
+ 'AAVE-CLAIM-B': string;
14
+ 'GELATO-AAVE-A': string;
15
+ 'POOLTOGETHER-A': string;
16
+ 'INSTAPOOL-B': string;
17
+ 'AAVE-V2-IMPORT-C': string;
18
+ 'INTEROP-A': string;
19
+ 'INTEROP-STAGING-A': string;
20
+ 'INSTAPOOL-C': string;
21
+ 'WMATIC-A': string;
22
+ 'UNISWAP-V3-A': string;
23
+ 'UNISWAP-V3-STAKE-A': string;
24
+ 'QUICKSWAP-A': string;
25
+ 'PARASWAP-V5-A': string;
26
+ 'ZEROX-A': string;
27
+ 'ZEROX-V4-A': string;
28
+ 'BASIC-B': string;
29
+ 'BASIC-C': string;
30
+ 'SUSHISWAP-A': string;
31
+ 'UNISWAP-V3-ROUTER-A': string;
32
+ 'UNISWAP-V3-STAKER-B': string;
33
+ 'MSTABLE-A': string;
34
+ 'AAVE-V3-A': string;
35
+ 'AAVE-IMPORT-V2-V3-A': string;
36
+ 'AAVE-V3-IMPORT-A': string;
36
37
  };