dsa-connect 0.5.5-dev → 0.5.8

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_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,7 @@ 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;
176
177
  };
177
178
  };
178
179
  };
@@ -197,6 +198,9 @@ export declare const Addresses: {
197
198
  "POOLTOGETHER-A": string;
198
199
  "INSTAPOOL-B": string;
199
200
  "AAVE-V2-IMPORT-C": string;
201
+ "INTEROP-A": string;
202
+ "INTEROP-STAGING-A": string;
203
+ "INSTAPOOL-C": string;
200
204
  };
201
205
  };
202
206
  };
@@ -211,6 +215,7 @@ export declare const Addresses: {
211
215
  "1INCH-A": string;
212
216
  "WETH-A": string;
213
217
  "UNISWAP-SELL-BETA": string;
218
+ "INSTAPOOL-C": string;
214
219
  };
215
220
  };
216
221
  };
@@ -226,6 +231,9 @@ export declare const Addresses: {
226
231
  "BENQI-A": string;
227
232
  "QI-A": string;
228
233
  "INSTAPOOL-B": string;
234
+ "INTEROP-A": string;
235
+ "INTEROP-STAGING-A": string;
236
+ "INSTAPOOL-C": string;
229
237
  };
230
238
  };
231
239
  };
@@ -43,4 +43,5 @@ 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;
46
47
  };
@@ -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
  };