dsa-connect 0.6.7 → 0.6.8

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,9 @@ 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
+ 'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
11
+ 'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
12
+ 'AAVE-V3-A': import("web3-utils").AbiItem[];
12
13
  'WFTM-A': import("web3-utils").AbiItem[];
13
14
  'MSTABLE-A': import("web3-utils").AbiItem[];
14
15
  '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 INTEROP_B: AbiItem[];
@@ -1,6 +1,7 @@
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
+ 'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
3
+ 'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
4
+ 'AAVE-V3-A': import("web3-utils").AbiItem[];
4
5
  'WFTM-A': import("web3-utils").AbiItem[];
5
6
  'MSTABLE-A': import("web3-utils").AbiItem[];
6
7
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -5,8 +5,9 @@ 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
+ 'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
9
+ 'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
10
+ 'AAVE-V3-A': import("web3-utils").AbiItem[];
10
11
  'WFTM-A': import("web3-utils").AbiItem[];
11
12
  'MSTABLE-A': import("web3-utils").AbiItem[];
12
13
  '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
  };
@@ -1,7 +1,9 @@
1
1
  export declare const connectorsV2_M1: {
2
- 'AUTHORITY-A': string;
3
- 'BASIC-A': string;
4
- 'BASIC-B': string;
5
- 'BASIC-C': string;
6
- 'WFTM-A': string;
2
+ "AUTHORITY-A": string;
3
+ "BASIC-A": string;
4
+ "BASIC-B": string;
5
+ "BASIC-C": string;
6
+ "WFTM-A": string;
7
+ "AAVE-V3-IMPORT-A": string;
8
+ "AAVE-V3-A": string;
7
9
  };
@@ -237,40 +237,41 @@ export declare const Addresses: {
237
237
  authority: string;
238
238
  };
239
239
  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;
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-IMPORT-V2-V3-A': string;
274
+ 'AAVE-V3-IMPORT-A': string;
274
275
  };
275
276
  };
276
277
  };
@@ -292,35 +293,37 @@ export declare const Addresses: {
292
293
  "UNISWAP-V3-STAKER-B": string;
293
294
  "UNISWAP-V3-ROUTER-A": string;
294
295
  "AAVE-V3-A": string;
296
+ "AAVE-V3-IMPORT-A": string;
295
297
  };
296
298
  };
297
299
  };
298
300
  43114: {
299
301
  versions: {
300
302
  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;
303
+ 'AUTHORITY-A': string;
304
+ 'BASIC-A': string;
305
+ 'WAVAX-A': string;
306
+ 'AAVE-V2-A': string;
307
+ 'AAVE-CLAIM-A': string;
308
+ 'AAVE-V2-IMPORT-C': string;
309
+ 'PARASWAP-A': string;
310
+ 'BENQI-A': string;
311
+ 'QI-A': string;
312
+ 'INSTAPOOL-B': string;
313
+ 'INTEROP-A': string;
314
+ 'INTEROP-STAGING-A': string;
315
+ 'INSTAPOOL-C': string;
316
+ 'PARASWAP-V5-A': string;
317
+ 'ZEROX-A': string;
318
+ 'ZEROX-V4-A': string;
319
+ 'SUSHISWAP-A': string;
320
+ '1INCH-A': string;
321
+ '1INCH-V4-A': string;
322
+ 'PANGOLIN-A': string;
323
+ 'PANGOLIN-STAKE-A': string;
324
+ 'AAVE-V3-A': string;
325
+ 'AAVE-IMPORT-V2-V3-A': string;
326
+ 'AAVE-V3-IMPORT-A': string;
324
327
  };
325
328
  };
326
329
  };
@@ -339,17 +342,20 @@ export declare const Addresses: {
339
342
  "UNISWAP-V3-STAKER-B": string;
340
343
  "UNISWAP-V3-ROUTER-A": string;
341
344
  "AAVE-V3-A": string;
345
+ "AAVE-V3-IMPORT-A": string;
342
346
  };
343
347
  };
344
348
  };
345
349
  250: {
346
350
  versions: {
347
351
  2: {
348
- 'AUTHORITY-A': string;
349
- 'BASIC-A': string;
350
- 'BASIC-B': string;
351
- 'BASIC-C': string;
352
- 'WFTM-A': string;
352
+ "AUTHORITY-A": string;
353
+ "BASIC-A": string;
354
+ "BASIC-B": string;
355
+ "BASIC-C": string;
356
+ "WFTM-A": string;
357
+ "AAVE-V3-IMPORT-A": string;
358
+ "AAVE-V3-A": string;
353
359
  };
354
360
  };
355
361
  };
@@ -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
  };