dsa-connect 0.5.5-dev → 0.5.6-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.
@@ -56,6 +56,8 @@ export declare const connectors: {
56
56
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
57
57
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
58
58
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
59
+ "INTEROP-A": import("web3-utils").AbiItem[];
60
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
59
61
  };
60
62
  };
61
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_B: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INTEROP_STAGING_A: AbiItem[];
@@ -48,4 +48,6 @@ export declare const connectorsV2_M1: {
48
48
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
49
49
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
50
50
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
51
+ "INTEROP-A": import("web3-utils").AbiItem[];
52
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
51
53
  };
@@ -54,6 +54,8 @@ export declare const Abi: {
54
54
  "COMPOUND-IMPORT-B": import("web3-utils").AbiItem[];
55
55
  "AAVE-V2-IMPORT-B": import("web3-utils").AbiItem[];
56
56
  "MAKERDAO-CLAIM-A": import("web3-utils").AbiItem[];
57
+ "INTEROP-A": import("web3-utils").AbiItem[];
58
+ "INTEROP-STAGING-A": import("web3-utils").AbiItem[];
57
59
  };
58
60
  };
59
61
  };
@@ -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
  };
@@ -226,6 +228,8 @@ export declare const Addresses: {
226
228
  "BENQI-A": string;
227
229
  "QI-A": string;
228
230
  "INSTAPOOL-B": string;
231
+ "INTEROP-A": string;
232
+ "INTEROP-STAGING-A": string;
229
233
  };
230
234
  };
231
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
  };