dsa-connect 0.7.10 → 0.7.12

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.
@@ -150,6 +150,8 @@ export declare const connectors: {
150
150
  'ZEROX-V5-A': import("web3-utils").AbiItem[];
151
151
  'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
152
152
  'ZEROX-V2-A': import("web3-utils").AbiItem[];
153
+ 'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
154
+ 'SPARK-PSM-A': import("web3-utils").AbiItem[];
153
155
  };
154
156
  };
155
157
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const MORPHO_TOKEN_WRAPPER_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const SPARK_PSM_A: AbiItem[];
@@ -142,4 +142,6 @@ export declare const connectorsV2_M1: {
142
142
  'ZEROX-V5-A': import("web3-utils").AbiItem[];
143
143
  'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
144
144
  'ZEROX-V2-A': import("web3-utils").AbiItem[];
145
+ 'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
146
+ 'SPARK-PSM-A': import("web3-utils").AbiItem[];
145
147
  };
@@ -148,6 +148,8 @@ export declare const Abi: {
148
148
  'ZEROX-V5-A': import("web3-utils").AbiItem[];
149
149
  'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
150
150
  'ZEROX-V2-A': import("web3-utils").AbiItem[];
151
+ 'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
152
+ 'SPARK-PSM-A': import("web3-utils").AbiItem[];
151
153
  };
152
154
  };
153
155
  };
@@ -312,6 +312,8 @@ export declare const Addresses: {
312
312
  'ZEROX-V5-A': string;
313
313
  'MERKLE-CLAIM-LRT-A': string;
314
314
  'ZEROX-V2-A': string;
315
+ 'MORPHO-TOKEN-WRAPPER-A': string;
316
+ 'SPARK-PSM-A': string;
315
317
  };
316
318
  };
317
319
  };
@@ -125,4 +125,6 @@ export declare const connectorsV2_M1: {
125
125
  'ZEROX-V5-A': string;
126
126
  'MERKLE-CLAIM-LRT-A': string;
127
127
  'ZEROX-V2-A': string;
128
+ 'MORPHO-TOKEN-WRAPPER-A': string;
129
+ 'SPARK-PSM-A': string;
128
130
  };