dsa-connect 0.6.13 → 0.6.14-beta.2

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,8 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
11
+ 'HOP-A': import("web3-utils").AbiItem[];
10
12
  'AAVE-V3-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
11
13
  'LITE-A': import("web3-utils").AbiItem[];
12
14
  'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_V3_CLAIM_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const HOP_A: AbiItem[];
@@ -1,4 +1,6 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
3
+ 'HOP-A': import("web3-utils").AbiItem[];
2
4
  'AAVE-V3-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
3
5
  'LITE-A': import("web3-utils").AbiItem[];
4
6
  'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
@@ -5,6 +5,8 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'AAVE-V3-CLAIM-A': import("web3-utils").AbiItem[];
9
+ 'HOP-A': import("web3-utils").AbiItem[];
8
10
  'AAVE-V3-IMPORT-PERMIT-A': import("web3-utils").AbiItem[];
9
11
  'LITE-A': import("web3-utils").AbiItem[];
10
12
  'COMPOUND-IMPORT-D': import("web3-utils").AbiItem[];
@@ -24,4 +24,5 @@ export declare const connectorsV2_M1: {
24
24
  'AAVE-IMPORT-V2-V3-A': string;
25
25
  'AAVE-V3-IMPORT-A': string;
26
26
  'AAVE-V3-IMPORT-PERMIT-A': string;
27
+ 'AAVE-V3-CLAIM-A': string;
27
28
  };
@@ -275,6 +275,7 @@ export declare const Addresses: {
275
275
  'AAVE-IMPORT-V2-V3-A': string;
276
276
  'AAVE-V3-IMPORT-A': string;
277
277
  'AAVE-V3-IMPORT-PERMIT-A': string;
278
+ 'HOP-A': string;
278
279
  };
279
280
  };
280
281
  };
@@ -329,6 +330,7 @@ export declare const Addresses: {
329
330
  'AAVE-IMPORT-V2-V3-A': string;
330
331
  'AAVE-V3-IMPORT-A': string;
331
332
  'AAVE-V3-IMPORT-PERMIT-A': string;
333
+ 'AAVE-V3-CLAIM-A': string;
332
334
  };
333
335
  };
334
336
  };
@@ -35,4 +35,5 @@ export declare const connectorsV2_M1: {
35
35
  'AAVE-IMPORT-V2-V3-A': string;
36
36
  'AAVE-V3-IMPORT-A': string;
37
37
  'AAVE-V3-IMPORT-PERMIT-A': string;
38
+ 'HOP-A': string;
38
39
  };