dsa-connect 0.5.5-dev → 0.5.8-beta.0

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
+ "INSTAPOOL-C": import("web3-utils").AbiItem[];
10
11
  "UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
11
12
  "AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
12
13
  "COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
@@ -56,6 +57,8 @@ export declare const connectors: {
56
57
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
57
58
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
58
59
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
60
+ "INTEROP-A": import("web3-utils").AbiItem[];
61
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
59
62
  };
60
63
  };
61
64
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INSTAPOOL_C: AbiItem[];
@@ -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_B: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INTEROP_STAGING_A: AbiItem[];
@@ -1,4 +1,5 @@
1
1
  export declare const connectorsV2_M1: {
2
+ "INSTAPOOL-C": import("web3-utils").AbiItem[];
2
3
  "UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
3
4
  "AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
4
5
  "COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
@@ -48,4 +49,6 @@ export declare const connectorsV2_M1: {
48
49
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
49
50
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
50
51
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
52
+ "INTEROP-A": import("web3-utils").AbiItem[];
53
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
51
54
  };
@@ -5,6 +5,7 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ "INSTAPOOL-C": import("web3-utils").AbiItem[];
8
9
  "UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
9
10
  "AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
10
11
  "COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
@@ -54,6 +55,8 @@ export declare const Abi: {
54
55
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
55
56
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
56
57
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
58
+ "INTEROP-A": import("web3-utils").AbiItem[];
59
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
57
60
  };
58
61
  };
59
62
  };
@@ -7,4 +7,5 @@ export declare const connectorsV2_M1: {
7
7
  "1INCH-A": string;
8
8
  "WETH-A": string;
9
9
  "UNISWAP-SELL-BETA": string;
10
+ "INSTAPOOL-C": string;
10
11
  };
@@ -8,4 +8,7 @@ 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;
13
+ "INSTAPOOL-C": string;
11
14
  };
@@ -173,6 +173,9 @@ export declare const Addresses: {
173
173
  "INSTAPOOL-B": string;
174
174
  "COMPOUND-IMPORT-C": string;
175
175
  "AAVE-V2-IMPORT-C": string;
176
+ "INSTAPOOL-C": string;
177
+ "INTEROP-A": string;
178
+ "INTEROP-STAGING-A": string;
176
179
  };
177
180
  };
178
181
  };
@@ -197,6 +200,9 @@ export declare const Addresses: {
197
200
  "POOLTOGETHER-A": string;
198
201
  "INSTAPOOL-B": string;
199
202
  "AAVE-V2-IMPORT-C": string;
203
+ "INTEROP-A": string;
204
+ "INTEROP-STAGING-A": string;
205
+ "INSTAPOOL-C": string;
200
206
  };
201
207
  };
202
208
  };
@@ -211,6 +217,7 @@ export declare const Addresses: {
211
217
  "1INCH-A": string;
212
218
  "WETH-A": string;
213
219
  "UNISWAP-SELL-BETA": string;
220
+ "INSTAPOOL-C": string;
214
221
  };
215
222
  };
216
223
  };
@@ -226,6 +233,9 @@ export declare const Addresses: {
226
233
  "BENQI-A": string;
227
234
  "QI-A": string;
228
235
  "INSTAPOOL-B": string;
236
+ "INTEROP-A": string;
237
+ "INTEROP-STAGING-A": string;
238
+ "INSTAPOOL-C": string;
229
239
  };
230
240
  };
231
241
  };
@@ -43,4 +43,7 @@ export declare const connectorsV2_M1: {
43
43
  "INSTAPOOL-B": string;
44
44
  "COMPOUND-IMPORT-C": string;
45
45
  "AAVE-V2-IMPORT-C": string;
46
+ "INSTAPOOL-C": string;
47
+ "INTEROP-A": string;
48
+ "INTEROP-STAGING-A": string;
46
49
  };
@@ -13,4 +13,7 @@ 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;
18
+ "INSTAPOOL-C": string;
16
19
  };