dsa-connect 0.6.2-beta.0 → 0.6.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.
@@ -7,6 +7,7 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
10
11
  'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
11
12
  'SUSHISWAP-A': import("web3-utils").AbiItem[];
12
13
  'ZEROX-V4-A': import("web3-utils").AbiItem[];
@@ -70,7 +71,7 @@ export declare const connectors: {
70
71
  'WMATIC-A': import("web3-utils").AbiItem[];
71
72
  'WAVAX-A': import("web3-utils").AbiItem[];
72
73
  'UNIVERSE-A': import("web3-utils").AbiItem[];
73
- "UBIQUITY-A": import("web3-utils").AbiItem[];
74
+ 'UBIQUITY-A': import("web3-utils").AbiItem[];
74
75
  };
75
76
  };
76
77
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const UNISWAP_V3_STAKER_B: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
2
3
  'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
3
4
  'SUSHISWAP-A': import("web3-utils").AbiItem[];
4
5
  'ZEROX-V4-A': import("web3-utils").AbiItem[];
@@ -62,5 +63,5 @@ export declare const connectorsV2_M1: {
62
63
  'WMATIC-A': import("web3-utils").AbiItem[];
63
64
  'WAVAX-A': import("web3-utils").AbiItem[];
64
65
  'UNIVERSE-A': import("web3-utils").AbiItem[];
65
- "UBIQUITY-A": import("web3-utils").AbiItem[];
66
+ 'UBIQUITY-A': import("web3-utils").AbiItem[];
66
67
  };
@@ -5,6 +5,7 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
8
9
  'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
9
10
  'SUSHISWAP-A': import("web3-utils").AbiItem[];
10
11
  'ZEROX-V4-A': import("web3-utils").AbiItem[];
@@ -68,7 +69,7 @@ export declare const Abi: {
68
69
  'WMATIC-A': import("web3-utils").AbiItem[];
69
70
  'WAVAX-A': import("web3-utils").AbiItem[];
70
71
  'UNIVERSE-A': import("web3-utils").AbiItem[];
71
- "UBIQUITY-A": import("web3-utils").AbiItem[];
72
+ 'UBIQUITY-A': import("web3-utils").AbiItem[];
72
73
  };
73
74
  };
74
75
  };
@@ -11,4 +11,5 @@ export declare const connectorsV2_M1: {
11
11
  '1INCH-V3-A ': string;
12
12
  '1INCH-A': string;
13
13
  'SUSHISWAP-A': string;
14
+ 'UNISWAP-V3-STAKER-B': string;
14
15
  };
@@ -1,19 +1,21 @@
1
1
  export declare const connectorsV2_M1: {
2
- 'AUTHORITY-A': string;
3
- 'BASIC-A': string;
4
- 'WAVAX-A': string;
5
- 'AAVE-V2-A': string;
6
- 'AAVE-CLAIM-A': string;
7
- 'AAVE-V2-IMPORT-C': string;
8
- 'PARASWAP-A': string;
9
- 'BENQI-A': string;
10
- 'QI-A': string;
11
- 'INSTAPOOL-B': string;
12
- 'INTEROP-A': string;
13
- 'INTEROP-STAGING-A': string;
14
- 'INSTAPOOL-C': string;
15
- 'PARASWAP-V5-A': string;
16
- 'ZEROX-A': string;
17
- 'ZEROX-V4-A': string;
18
- 'SUSHISWAP-A': string;
2
+ "AUTHORITY-A": string;
3
+ "BASIC-A": string;
4
+ "WAVAX-A": string;
5
+ "AAVE-V2-A": string;
6
+ "AAVE-CLAIM-A": string;
7
+ "AAVE-V2-IMPORT-C": string;
8
+ "PARASWAP-A": string;
9
+ "BENQI-A": string;
10
+ "QI-A": string;
11
+ "INSTAPOOL-B": string;
12
+ "INTEROP-A": string;
13
+ "INTEROP-STAGING-A": string;
14
+ "INSTAPOOL-C": string;
15
+ "PARASWAP-V5-A": string;
16
+ "ZEROX-A": string;
17
+ "ZEROX-V4-A": string;
18
+ "SUSHISWAP-A": string;
19
+ "1INCH-A": string;
20
+ "1INCH-V4-A": string;
19
21
  };
@@ -203,7 +203,8 @@ export declare const Addresses: {
203
203
  'ZEROX-A': string;
204
204
  'ZEROX-V4-A': string;
205
205
  'SUSHISWAP-A': string;
206
- "UBIQUITY-A": string;
206
+ 'UBIQUITY-A': string;
207
+ 'UNISWAP-V3-STAKER-B': string;
207
208
  };
208
209
  };
209
210
  };
@@ -244,6 +245,7 @@ export declare const Addresses: {
244
245
  'BASIC-C': string;
245
246
  'SUSHISWAP-A': string;
246
247
  'UNISWAP-V3-ROUTER-A': string;
248
+ 'UNISWAP-V3-STAKER-B': string;
247
249
  };
248
250
  };
249
251
  };
@@ -262,29 +264,32 @@ export declare const Addresses: {
262
264
  '1INCH-V3-A ': string;
263
265
  '1INCH-A': string;
264
266
  'SUSHISWAP-A': string;
267
+ 'UNISWAP-V3-STAKER-B': string;
265
268
  };
266
269
  };
267
270
  };
268
271
  43114: {
269
272
  versions: {
270
273
  2: {
271
- 'AUTHORITY-A': string;
272
- 'BASIC-A': string;
273
- 'WAVAX-A': string;
274
- 'AAVE-V2-A': string;
275
- 'AAVE-CLAIM-A': string;
276
- 'AAVE-V2-IMPORT-C': string;
277
- 'PARASWAP-A': string;
278
- 'BENQI-A': string;
279
- 'QI-A': string;
280
- 'INSTAPOOL-B': string;
281
- 'INTEROP-A': string;
282
- 'INTEROP-STAGING-A': string;
283
- 'INSTAPOOL-C': string;
284
- 'PARASWAP-V5-A': string;
285
- 'ZEROX-A': string;
286
- 'ZEROX-V4-A': string;
287
- 'SUSHISWAP-A': string;
274
+ "AUTHORITY-A": string;
275
+ "BASIC-A": string;
276
+ "WAVAX-A": string;
277
+ "AAVE-V2-A": string;
278
+ "AAVE-CLAIM-A": string;
279
+ "AAVE-V2-IMPORT-C": string;
280
+ "PARASWAP-A": string;
281
+ "BENQI-A": string;
282
+ "QI-A": string;
283
+ "INSTAPOOL-B": string;
284
+ "INTEROP-A": string;
285
+ "INTEROP-STAGING-A": string;
286
+ "INSTAPOOL-C": string;
287
+ "PARASWAP-V5-A": string;
288
+ "ZEROX-A": string;
289
+ "ZEROX-V4-A": string;
290
+ "SUSHISWAP-A": string;
291
+ "1INCH-A": string;
292
+ "1INCH-V4-A": string;
288
293
  };
289
294
  };
290
295
  };
@@ -300,6 +305,7 @@ export declare const Addresses: {
300
305
  'UNISWAP-V3-STAKE-A': string;
301
306
  '1INCH-V4-A': string;
302
307
  '1INCH-A': string;
308
+ 'UNISWAP-V3-STAKER-B': string;
303
309
  };
304
310
  };
305
311
  };
@@ -54,5 +54,6 @@ export declare const connectorsV2_M1: {
54
54
  'ZEROX-A': string;
55
55
  'ZEROX-V4-A': string;
56
56
  'SUSHISWAP-A': string;
57
- "UBIQUITY-A": string;
57
+ 'UBIQUITY-A': string;
58
+ 'UNISWAP-V3-STAKER-B': string;
58
59
  };
@@ -8,4 +8,5 @@ export declare const connectorsV2_M1: {
8
8
  'UNISWAP-V3-STAKE-A': string;
9
9
  '1INCH-V4-A': string;
10
10
  '1INCH-A': string;
11
+ 'UNISWAP-V3-STAKER-B': string;
11
12
  };
@@ -29,4 +29,5 @@ export declare const connectorsV2_M1: {
29
29
  'BASIC-C': string;
30
30
  'SUSHISWAP-A': string;
31
31
  'UNISWAP-V3-ROUTER-A': string;
32
+ 'UNISWAP-V3-STAKER-B': string;
32
33
  };