dsa-connect 0.6.8 → 0.6.11

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,6 +7,7 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
10
11
  'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
11
12
  'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
12
13
  'AAVE-V3-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const COMPOUND_IMPORT_D: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
2
3
  'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
3
4
  'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
4
5
  'AAVE-V3-A': import("web3-utils").AbiItem[];
@@ -5,6 +5,7 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
8
9
  'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
9
10
  'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
10
11
  'AAVE-V3-A': import("web3-utils").AbiItem[];
@@ -1,9 +1,11 @@
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;
7
- "AAVE-V3-IMPORT-A": string;
8
- "AAVE-V3-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;
9
+ 'PARASWAP-A': string;
10
+ 'PARASWAP-V5-A': string;
9
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
  };
@@ -343,19 +344,22 @@ export declare const Addresses: {
343
344
  "UNISWAP-V3-ROUTER-A": string;
344
345
  "AAVE-V3-A": string;
345
346
  "AAVE-V3-IMPORT-A": string;
347
+ "INSTAPOOL-C": string;
346
348
  };
347
349
  };
348
350
  };
349
351
  250: {
350
352
  versions: {
351
353
  2: {
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;
354
+ 'AUTHORITY-A': string;
355
+ 'BASIC-A': string;
356
+ 'BASIC-B': string;
357
+ 'BASIC-C': string;
358
+ 'WFTM-A': string;
359
+ 'AAVE-V3-IMPORT-A': string;
360
+ 'AAVE-V3-A': string;
361
+ 'PARASWAP-A': string;
362
+ 'PARASWAP-V5-A': string;
359
363
  };
360
364
  };
361
365
  };
@@ -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
  };
@@ -12,4 +12,5 @@ export declare const connectorsV2_M1: {
12
12
  "UNISWAP-V3-ROUTER-A": string;
13
13
  "AAVE-V3-A": string;
14
14
  "AAVE-V3-IMPORT-A": string;
15
+ "INSTAPOOL-C": string;
15
16
  };