dsa-connect 0.7.2 → 0.7.3

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.
@@ -143,6 +143,7 @@ export declare const connectors: {
143
143
  'OKX-A': import("web3-utils").AbiItem[];
144
144
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
145
145
  'USDS-A': import("web3-utils").AbiItem[];
146
+ 'AAVE-V3-ETHERFI-A': import("web3-utils").AbiItem[];
146
147
  };
147
148
  };
148
149
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_V3_ETHERFI_A: AbiItem[];
@@ -135,4 +135,5 @@ export declare const connectorsV2_M1: {
135
135
  'OKX-A': import("web3-utils").AbiItem[];
136
136
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
137
  'USDS-A': import("web3-utils").AbiItem[];
138
+ 'AAVE-V3-ETHERFI-A': import("web3-utils").AbiItem[];
138
139
  };
@@ -141,6 +141,7 @@ export declare const Abi: {
141
141
  'OKX-A': import("web3-utils").AbiItem[];
142
142
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
143
143
  'USDS-A': import("web3-utils").AbiItem[];
144
+ 'AAVE-V3-ETHERFI-A': import("web3-utils").AbiItem[];
144
145
  };
145
146
  };
146
147
  };
@@ -305,6 +305,7 @@ export declare const Addresses: {
305
305
  'ODOS-V2-A': string;
306
306
  'FLUID-MERKLE-CLAIM-A': string;
307
307
  'USDS-A': string;
308
+ 'AAVE-V3-ETHERFI-A': string;
308
309
  };
309
310
  };
310
311
  };
@@ -118,4 +118,5 @@ export declare const connectorsV2_M1: {
118
118
  'ODOS-V2-A': string;
119
119
  'FLUID-MERKLE-CLAIM-A': string;
120
120
  'USDS-A': string;
121
+ 'AAVE-V3-ETHERFI-A': string;
121
122
  };