dsa-connect 0.6.97 → 0.6.99

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.
@@ -138,6 +138,8 @@ export declare const connectors: {
138
138
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
139
139
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
140
140
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
141
+ 'WEETHS-A': import("web3-utils").AbiItem[];
142
+ 'ODOS-V2-A': import("web3-utils").AbiItem[];
141
143
  };
142
144
  };
143
145
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ODOS_V2_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const WEETHS_A: AbiItem[];
@@ -130,4 +130,6 @@ export declare const connectorsV2_M1: {
130
130
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
131
131
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
132
132
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
133
+ 'WEETHS-A': import("web3-utils").AbiItem[];
134
+ 'ODOS-V2-A': import("web3-utils").AbiItem[];
133
135
  };
@@ -136,6 +136,8 @@ export declare const Abi: {
136
136
  'MERKLE-CLAIM-A': import("web3-utils").AbiItem[];
137
137
  'SPARK-CLAIM-A': import("web3-utils").AbiItem[];
138
138
  'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
139
+ 'WEETHS-A': import("web3-utils").AbiItem[];
140
+ 'ODOS-V2-A': import("web3-utils").AbiItem[];
139
141
  };
140
142
  };
141
143
  };
@@ -42,4 +42,5 @@ export declare const connectorsV2_M1: {
42
42
  'BASIC-D-V2': string;
43
43
  'INSTAPOOL-D': string;
44
44
  'FLUID-ARB-CLAIM-A': string;
45
+ 'ODOS-V2-A': string;
45
46
  };
@@ -300,6 +300,7 @@ export declare const Addresses: {
300
300
  'PARASWAP-V6-A': string;
301
301
  'MERKLE-CLAIM-A': string;
302
302
  'SPARK-CLAIM-A': string;
303
+ 'WEETHS-A': string;
303
304
  };
304
305
  };
305
306
  };
@@ -420,6 +421,7 @@ export declare const Addresses: {
420
421
  'BASIC-D-V2': string;
421
422
  'INSTAPOOL-D': string;
422
423
  'FLUID-ARB-CLAIM-A': string;
424
+ 'ODOS-V2-A': string;
423
425
  };
424
426
  };
425
427
  };
@@ -113,4 +113,5 @@ export declare const connectorsV2_M1: {
113
113
  'PARASWAP-V6-A': string;
114
114
  'MERKLE-CLAIM-A': string;
115
115
  'SPARK-CLAIM-A': string;
116
+ 'WEETHS-A': string;
116
117
  };