dsa-connect 0.5.6 → 0.5.7
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.
- package/dist/abi/connectors/index.d.ts +1 -0
- package/dist/abi/connectors/v2/INSTAPOOL-C.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +1 -0
- package/dist/abi/index.d.ts +1 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +4 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/polygon/connectorsV2_M1.d.ts +1 -0
- package/dist/index.bundle.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -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[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -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[];
|
|
@@ -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
|
};
|
|
@@ -199,6 +200,7 @@ export declare const Addresses: {
|
|
|
199
200
|
"AAVE-V2-IMPORT-C": string;
|
|
200
201
|
"INTEROP-A": string;
|
|
201
202
|
"INTEROP-STAGING-A": string;
|
|
203
|
+
"INSTAPOOL-C": string;
|
|
202
204
|
};
|
|
203
205
|
};
|
|
204
206
|
};
|
|
@@ -213,6 +215,7 @@ export declare const Addresses: {
|
|
|
213
215
|
"1INCH-A": string;
|
|
214
216
|
"WETH-A": string;
|
|
215
217
|
"UNISWAP-SELL-BETA": string;
|
|
218
|
+
"INSTAPOOL-C": string;
|
|
216
219
|
};
|
|
217
220
|
};
|
|
218
221
|
};
|
|
@@ -230,6 +233,7 @@ export declare const Addresses: {
|
|
|
230
233
|
"INSTAPOOL-B": string;
|
|
231
234
|
"INTEROP-A": string;
|
|
232
235
|
"INTEROP-STAGING-A": string;
|
|
236
|
+
"INSTAPOOL-C": string;
|
|
233
237
|
};
|
|
234
238
|
};
|
|
235
239
|
};
|