dsa-connect 0.7.14 → 0.7.15

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.
@@ -153,6 +153,7 @@ export declare const connectors: {
153
153
  'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
154
154
  'SPARK-PSM-A': import("web3-utils").AbiItem[];
155
155
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
156
+ 'SUSDS-A': import("web3-utils").AbiItem[];
156
157
  };
157
158
  };
158
159
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const SUSDS_A: AbiItem[];
@@ -145,4 +145,5 @@ export declare const connectorsV2_M1: {
145
145
  'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
146
146
  'SPARK-PSM-A': import("web3-utils").AbiItem[];
147
147
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
148
+ 'SUSDS-A': import("web3-utils").AbiItem[];
148
149
  };
@@ -151,6 +151,7 @@ export declare const Abi: {
151
151
  'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
152
152
  'SPARK-PSM-A': import("web3-utils").AbiItem[];
153
153
  'MORPHO-CLAIM-A': import("web3-utils").AbiItem[];
154
+ 'SUSDS-A': import("web3-utils").AbiItem[];
154
155
  };
155
156
  };
156
157
  };
@@ -32,4 +32,5 @@ export declare const connectorsV2_M1: {
32
32
  'ODOS-V2-A': string;
33
33
  'ZEROX-V2-A': string;
34
34
  'MORPHO-CLAIM-A': string;
35
+ 'SUSDS-A': string;
35
36
  };
@@ -598,6 +598,7 @@ export declare const Addresses: {
598
598
  'ODOS-V2-A': string;
599
599
  'ZEROX-V2-A': string;
600
600
  'MORPHO-CLAIM-A': string;
601
+ 'SUSDS-A': string;
601
602
  };
602
603
  };
603
604
  };