dsa-connect 0.6.93 → 0.6.94

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.
@@ -37,6 +37,7 @@ export declare const connectors: {
37
37
  'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
38
38
  'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
39
39
  'AAVE-V3-A': import("web3-utils").AbiItem[];
40
+ 'AAVE-V3-LIDO-A': import("web3-utils").AbiItem[];
40
41
  'WFTM-A': import("web3-utils").AbiItem[];
41
42
  'MSTABLE-A': import("web3-utils").AbiItem[];
42
43
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_V3_LIDO_A: AbiItem[];
@@ -29,6 +29,7 @@ export declare const connectorsV2_M1: {
29
29
  'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
30
30
  'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
31
31
  'AAVE-V3-A': import("web3-utils").AbiItem[];
32
+ 'AAVE-V3-LIDO-A': import("web3-utils").AbiItem[];
32
33
  'WFTM-A': import("web3-utils").AbiItem[];
33
34
  'MSTABLE-A': import("web3-utils").AbiItem[];
34
35
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -35,6 +35,7 @@ export declare const Abi: {
35
35
  'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
36
36
  'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
37
37
  'AAVE-V3-A': import("web3-utils").AbiItem[];
38
+ 'AAVE-V3-LIDO-A': import("web3-utils").AbiItem[];
38
39
  'WFTM-A': import("web3-utils").AbiItem[];
39
40
  'MSTABLE-A': import("web3-utils").AbiItem[];
40
41
  'LIDO-STETH-A': import("web3-utils").AbiItem[];
@@ -194,6 +194,7 @@ export declare const Addresses: {
194
194
  'AAVE-V1-A': string;
195
195
  'AAVE-V2-A': string;
196
196
  'AAVE-V3-A': string;
197
+ 'AAVE-V3-LIDO-A': string;
197
198
  'AAVE-V3-CLAIM-A': string;
198
199
  'AAVE-V3-IMPORT-A': string;
199
200
  'AAVE-V3-IMPORT-PERMIT-A': string;
@@ -7,6 +7,7 @@ export declare const connectorsV2_M1: {
7
7
  'AAVE-V1-A': string;
8
8
  'AAVE-V2-A': string;
9
9
  'AAVE-V3-A': string;
10
+ 'AAVE-V3-LIDO-A': string;
10
11
  'AAVE-V3-CLAIM-A': string;
11
12
  'AAVE-V3-IMPORT-A': string;
12
13
  'AAVE-V3-IMPORT-PERMIT-A': string;