dsa-connect 0.6.19 → 0.6.20

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-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
10
11
  'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
11
12
  'SOCKET-A': import("web3-utils").AbiItem[];
12
13
  'DSA-SPELL-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_V3_AUTOMATION_STAGING_A: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
2
3
  'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
3
4
  'SOCKET-A': import("web3-utils").AbiItem[];
4
5
  'DSA-SPELL-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-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
8
9
  'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
9
10
  'SOCKET-A': import("web3-utils").AbiItem[];
10
11
  'DSA-SPELL-A': import("web3-utils").AbiItem[];
@@ -28,4 +28,6 @@ export declare const connectorsV2_M1: {
28
28
  'SWAP-AGGREGATOR-A': string;
29
29
  'DSA-SPELL-A': string;
30
30
  'INSTA-DEX-SIMULATION-A': string;
31
+ 'AAVE-V3-AUTOMATION-A': string;
32
+ 'AAVE-V3-AUTOMATION-STAGING-A': string;
31
33
  };
@@ -288,6 +288,7 @@ export declare const Addresses: {
288
288
  'DSA-SPELL-A': string;
289
289
  'SOCKET-A': string;
290
290
  'AAVE-V3-AUTOMATION-A': string;
291
+ 'AAVE-V3-AUTOMATION-STAGING-A': string;
291
292
  };
292
293
  };
293
294
  };
@@ -353,6 +354,8 @@ export declare const Addresses: {
353
354
  'SWAP-AGGREGATOR-A': string;
354
355
  'DSA-SPELL-A': string;
355
356
  'INSTA-DEX-SIMULATION-A': string;
357
+ 'AAVE-V3-AUTOMATION-A': string;
358
+ 'AAVE-V3-AUTOMATION-STAGING-A': string;
356
359
  };
357
360
  };
358
361
  };
@@ -42,4 +42,5 @@ export declare const connectorsV2_M1: {
42
42
  'DSA-SPELL-A': string;
43
43
  'SOCKET-A': string;
44
44
  'AAVE-V3-AUTOMATION-A': string;
45
+ 'AAVE-V3-AUTOMATION-STAGING-A': string;
45
46
  };