dsa-connect 0.5.4 → 0.5.6

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-SELL-BETA": import("web3-utils").AbiItem[];
10
11
  "AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
11
12
  "COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
12
13
  "QI-A": import("web3-utils").AbiItem[];
@@ -55,6 +56,8 @@ export declare const connectors: {
55
56
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
56
57
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
57
58
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
59
+ "INTEROP-A": import("web3-utils").AbiItem[];
60
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
58
61
  };
59
62
  };
60
63
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INTEROP_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INTEROP_STAGING_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const UNISWAP_SELL_BETA: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ "UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
2
3
  "AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
3
4
  "COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
4
5
  "QI-A": import("web3-utils").AbiItem[];
@@ -47,4 +48,6 @@ export declare const connectorsV2_M1: {
47
48
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
48
49
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
49
50
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
51
+ "INTEROP-A": import("web3-utils").AbiItem[];
52
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
50
53
  };
@@ -5,6 +5,7 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ "UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
8
9
  "AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
9
10
  "COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
10
11
  "QI-A": import("web3-utils").AbiItem[];
@@ -53,6 +54,8 @@ export declare const Abi: {
53
54
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
54
55
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
55
56
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
57
+ "INTEROP-A": import("web3-utils").AbiItem[];
58
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
56
59
  };
57
60
  };
58
61
  };
@@ -6,4 +6,5 @@ export declare const connectorsV2_M1: {
6
6
  "UNISWAP-V3-A": string;
7
7
  "1INCH-A": string;
8
8
  "WETH-A": string;
9
+ "UNISWAP-SELL-BETA": string;
9
10
  };
@@ -8,4 +8,6 @@ export declare const connectorsV2_M1: {
8
8
  "BENQI-A": string;
9
9
  "QI-A": string;
10
10
  "INSTAPOOL-B": string;
11
+ "INTEROP-A": string;
12
+ "INTEROP-STAGING-A": string;
11
13
  };
@@ -197,6 +197,8 @@ export declare const Addresses: {
197
197
  "POOLTOGETHER-A": string;
198
198
  "INSTAPOOL-B": string;
199
199
  "AAVE-V2-IMPORT-C": string;
200
+ "INTEROP-A": string;
201
+ "INTEROP-STAGING-A": string;
200
202
  };
201
203
  };
202
204
  };
@@ -210,6 +212,7 @@ export declare const Addresses: {
210
212
  "UNISWAP-V3-A": string;
211
213
  "1INCH-A": string;
212
214
  "WETH-A": string;
215
+ "UNISWAP-SELL-BETA": string;
213
216
  };
214
217
  };
215
218
  };
@@ -225,6 +228,8 @@ export declare const Addresses: {
225
228
  "BENQI-A": string;
226
229
  "QI-A": string;
227
230
  "INSTAPOOL-B": string;
231
+ "INTEROP-A": string;
232
+ "INTEROP-STAGING-A": string;
228
233
  };
229
234
  };
230
235
  };
@@ -13,4 +13,6 @@ export declare const connectorsV2_M1: {
13
13
  "POOLTOGETHER-A": string;
14
14
  "INSTAPOOL-B": string;
15
15
  "AAVE-V2-IMPORT-C": string;
16
+ "INTEROP-A": string;
17
+ "INTEROP-STAGING-A": string;
16
18
  };