dsa-connect 0.7.17 → 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
  };
@@ -314,6 +314,8 @@ export declare const Addresses: {
314
314
  'ZEROX-V2-A': string;
315
315
  'MORPHO-TOKEN-WRAPPER-A': string;
316
316
  'SPARK-PSM-A': string;
317
+ 'MORPHO-CLAIM-A': string;
318
+ 'AAVE-V3-MERIT-CLAIM-A': string;
317
319
  };
318
320
  };
319
321
  };
@@ -493,6 +495,7 @@ export declare const Addresses: {
493
495
  'OKX-A': string;
494
496
  'ODOS-V2-A': string;
495
497
  'ZEROX-V2-A': string;
498
+ 'AAVE-V3-MERIT-CLAIM-A': string;
496
499
  };
497
500
  };
498
501
  };
@@ -127,4 +127,6 @@ export declare const connectorsV2_M1: {
127
127
  'ZEROX-V2-A': string;
128
128
  'MORPHO-TOKEN-WRAPPER-A': string;
129
129
  'SPARK-PSM-A': string;
130
+ 'MORPHO-CLAIM-A': string;
131
+ 'AAVE-V3-MERIT-CLAIM-A': string;
130
132
  };