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