dsa-connect 0.6.34 → 0.6.35

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.
@@ -50,6 +50,7 @@ export declare const connectors: {
50
50
  '1INCH-B': import("web3-utils").AbiItem[];
51
51
  '1INCH-V3-A': import("web3-utils").AbiItem[];
52
52
  '1INCH-V4-A': import("web3-utils").AbiItem[];
53
+ '1INCH-V5-A': import("web3-utils").AbiItem[];
53
54
  'QUICKSWAP-A': import("web3-utils").AbiItem[];
54
55
  'INSTAPOOL-C': import("web3-utils").AbiItem[];
55
56
  'UNISWAP-SELL-BETA': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ONEINCH_V5_A: AbiItem[];
@@ -42,6 +42,7 @@ export declare const connectorsV2_M1: {
42
42
  '1INCH-B': import("web3-utils").AbiItem[];
43
43
  '1INCH-V3-A': import("web3-utils").AbiItem[];
44
44
  '1INCH-V4-A': import("web3-utils").AbiItem[];
45
+ '1INCH-V5-A': import("web3-utils").AbiItem[];
45
46
  'QUICKSWAP-A': import("web3-utils").AbiItem[];
46
47
  'INSTAPOOL-C': import("web3-utils").AbiItem[];
47
48
  'UNISWAP-SELL-BETA': import("web3-utils").AbiItem[];
@@ -48,6 +48,7 @@ export declare const Abi: {
48
48
  '1INCH-B': import("web3-utils").AbiItem[];
49
49
  '1INCH-V3-A': import("web3-utils").AbiItem[];
50
50
  '1INCH-V4-A': import("web3-utils").AbiItem[];
51
+ '1INCH-V5-A': import("web3-utils").AbiItem[];
51
52
  'QUICKSWAP-A': import("web3-utils").AbiItem[];
52
53
  'INSTAPOOL-C': import("web3-utils").AbiItem[];
53
54
  'UNISWAP-SELL-BETA': import("web3-utils").AbiItem[];
@@ -7,6 +7,7 @@ export declare const connectorsV2_M1: {
7
7
  'WETH-A': string;
8
8
  'UNISWAP-SELL-BETA': string;
9
9
  'INSTAPOOL-C': string;
10
+ '1INCH-V5-A': string;
10
11
  '1INCH-V4-A': string;
11
12
  '1INCH-V3-A ': string;
12
13
  '1INCH-A': string;
@@ -18,6 +18,7 @@ export declare const connectorsV2_M1: {
18
18
  'SUSHISWAP-A': string;
19
19
  '1INCH-A': string;
20
20
  '1INCH-V4-A': string;
21
+ '1INCH-V5-A': string;
21
22
  'PANGOLIN-A': string;
22
23
  'PANGOLIN-STAKE-A': string;
23
24
  'AAVE-V3-A': string;
@@ -168,6 +168,7 @@ export declare const Addresses: {
168
168
  };
169
169
  2: {
170
170
  '1INCH-A': string;
171
+ '1INCH-V5-A': string;
171
172
  '1INCH-V4-A': string;
172
173
  '1INCH-V3-A': string;
173
174
  'AAVE-V1-A': string;
@@ -258,6 +259,7 @@ export declare const Addresses: {
258
259
  };
259
260
  2: {
260
261
  '1INCH-A': string;
262
+ '1INCH-V5-A': string;
261
263
  '1INCH-V4-A': string;
262
264
  '1INCH-V3-A': string;
263
265
  'AAVE-V2-A': string;
@@ -315,6 +317,7 @@ export declare const Addresses: {
315
317
  'WETH-A': string;
316
318
  'UNISWAP-SELL-BETA': string;
317
319
  'INSTAPOOL-C': string;
320
+ '1INCH-V5-A': string;
318
321
  '1INCH-V4-A': string;
319
322
  '1INCH-V3-A ': string;
320
323
  '1INCH-A': string;
@@ -356,6 +359,7 @@ export declare const Addresses: {
356
359
  'SUSHISWAP-A': string;
357
360
  '1INCH-A': string;
358
361
  '1INCH-V4-A': string;
362
+ '1INCH-V5-A': string;
359
363
  'PANGOLIN-A': string;
360
364
  'PANGOLIN-STAKE-A': string;
361
365
  'AAVE-V3-A': string;
@@ -381,6 +385,7 @@ export declare const Addresses: {
381
385
  'WETH-A': string;
382
386
  'UNISWAP-V3-A': string;
383
387
  'UNISWAP-V3-STAKE-A': string;
388
+ '1INCH-V5-A': string;
384
389
  '1INCH-V4-A': string;
385
390
  '1INCH-A': string;
386
391
  'UNISWAP-V3-STAKER-B': string;
@@ -1,5 +1,6 @@
1
1
  export declare const connectorsV2_M1: {
2
2
  '1INCH-A': string;
3
+ '1INCH-V5-A': string;
3
4
  '1INCH-V4-A': string;
4
5
  '1INCH-V3-A': string;
5
6
  'AAVE-V1-A': string;
@@ -6,6 +6,7 @@ export declare const connectorsV2_M1: {
6
6
  'WETH-A': string;
7
7
  'UNISWAP-V3-A': string;
8
8
  'UNISWAP-V3-STAKE-A': string;
9
+ '1INCH-V5-A': string;
9
10
  '1INCH-V4-A': string;
10
11
  '1INCH-A': string;
11
12
  'UNISWAP-V3-STAKER-B': string;
@@ -1,5 +1,6 @@
1
1
  export declare const connectorsV2_M1: {
2
2
  '1INCH-A': string;
3
+ '1INCH-V5-A': string;
3
4
  '1INCH-V4-A': string;
4
5
  '1INCH-V3-A': string;
5
6
  'AAVE-V2-A': string;