dsa-connect 0.7.1 → 0.7.2

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.
@@ -142,6 +142,7 @@ export declare const connectors: {
142
142
  'ODOS-V2-A': import("web3-utils").AbiItem[];
143
143
  'OKX-A': import("web3-utils").AbiItem[];
144
144
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
145
+ 'USDS-A': import("web3-utils").AbiItem[];
145
146
  };
146
147
  };
147
148
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const USDS_A: AbiItem[];
@@ -134,4 +134,5 @@ export declare const connectorsV2_M1: {
134
134
  'ODOS-V2-A': import("web3-utils").AbiItem[];
135
135
  'OKX-A': import("web3-utils").AbiItem[];
136
136
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
+ 'USDS-A': import("web3-utils").AbiItem[];
137
138
  };
@@ -140,6 +140,7 @@ export declare const Abi: {
140
140
  'ODOS-V2-A': import("web3-utils").AbiItem[];
141
141
  'OKX-A': import("web3-utils").AbiItem[];
142
142
  'FLUID-MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
143
+ 'USDS-A': import("web3-utils").AbiItem[];
143
144
  };
144
145
  };
145
146
  };
@@ -304,6 +304,7 @@ export declare const Addresses: {
304
304
  'OKX-A': string;
305
305
  'ODOS-V2-A': string;
306
306
  'FLUID-MERKLE-CLAIM-A': string;
307
+ 'USDS-A': string;
307
308
  };
308
309
  };
309
310
  };
@@ -117,4 +117,5 @@ export declare const connectorsV2_M1: {
117
117
  'OKX-A': string;
118
118
  'ODOS-V2-A': string;
119
119
  'FLUID-MERKLE-CLAIM-A': string;
120
+ 'USDS-A': string;
120
121
  };