dsa-connect 0.7.18 → 0.7.19

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.
@@ -154,6 +154,7 @@ export declare const connectors: {
154
154
  'SPARK-PSM-A': import("web3-utils").AbiItem[];
155
155
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
156
156
  'SUSDS-A': import("web3-utils").AbiItem[];
157
+ 'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
157
158
  };
158
159
  };
159
160
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AAVE_MERIT_CLAIM_A: AbiItem[];
@@ -146,4 +146,5 @@ export declare const connectorsV2_M1: {
146
146
  'SPARK-PSM-A': import("web3-utils").AbiItem[];
147
147
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
148
148
  'SUSDS-A': import("web3-utils").AbiItem[];
149
+ 'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
149
150
  };
@@ -152,6 +152,7 @@ export declare const Abi: {
152
152
  'SPARK-PSM-A': import("web3-utils").AbiItem[];
153
153
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
154
154
  'SUSDS-A': import("web3-utils").AbiItem[];
155
+ 'AAVE-V3-MERIT-CLAIM-A': import("web3-utils").AbiItem[];
155
156
  };
156
157
  };
157
158
  };
@@ -42,4 +42,5 @@ export declare const connectorsV2_M1: {
42
42
  'OKX-A': string;
43
43
  'ODOS-V2-A': string;
44
44
  'ZEROX-V2-A': string;
45
+ 'AAVE-V3-MERIT-CLAIM-A': string;
45
46
  };
@@ -315,6 +315,7 @@ export declare const Addresses: {
315
315
  'MORPHO-TOKEN-WRAPPER-A': string;
316
316
  'SPARK-PSM-A': string;
317
317
  'MORPHO-CLAIM-A': string;
318
+ 'AAVE-V3-MERIT-CLAIM-A': string;
318
319
  };
319
320
  };
320
321
  };
@@ -494,6 +495,7 @@ export declare const Addresses: {
494
495
  'OKX-A': string;
495
496
  'ODOS-V2-A': string;
496
497
  'ZEROX-V2-A': string;
498
+ 'AAVE-V3-MERIT-CLAIM-A': string;
497
499
  };
498
500
  };
499
501
  };
@@ -128,4 +128,5 @@ export declare const connectorsV2_M1: {
128
128
  'MORPHO-TOKEN-WRAPPER-A': string;
129
129
  'SPARK-PSM-A': string;
130
130
  'MORPHO-CLAIM-A': string;
131
+ 'AAVE-V3-MERIT-CLAIM-A': string;
131
132
  };