dsa-connect 0.6.27-beta.4 → 0.6.27

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
+ 'AAVE-V2-AUTOMATION-A': import("web3-utils").AbiItem[];
10
11
  'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
11
12
  'EULER-A': import("web3-utils").AbiItem[];
12
13
  'EULER-IMPORT-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_V2_AUTOMATION_A: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'AAVE-V2-AUTOMATION-A': import("web3-utils").AbiItem[];
2
3
  'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
3
4
  'EULER-A': import("web3-utils").AbiItem[];
4
5
  'EULER-IMPORT-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
+ 'AAVE-V2-AUTOMATION-A': import("web3-utils").AbiItem[];
8
9
  'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
9
10
  'EULER-A': import("web3-utils").AbiItem[];
10
11
  'EULER-IMPORT-A': import("web3-utils").AbiItem[];
@@ -239,6 +239,7 @@ export declare const Addresses: {
239
239
  'EULER-IMPORT-A': string;
240
240
  'EULER-REWARDS-A': string;
241
241
  'AAVE-V2-AUTOMATION-STAGING-A': string;
242
+ 'AAVE-V2-AUTOMATION-A': string;
242
243
  };
243
244
  };
244
245
  };
@@ -71,4 +71,5 @@ export declare const connectorsV2_M1: {
71
71
  'EULER-IMPORT-A': string;
72
72
  'EULER-REWARDS-A': string;
73
73
  'AAVE-V2-AUTOMATION-STAGING-A': string;
74
+ 'AAVE-V2-AUTOMATION-A': string;
74
75
  };