dsa-connect 0.5.4-beta.1 → 0.5.5-dev
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 -2
- package/dist/abi/connectors/v2/UNISWAP-SELL-BETA.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +1 -2
- package/dist/abi/index.d.ts +1 -2
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +0 -2
- package/dist/addresses/index.d.ts +1 -4
- package/dist/addresses/polygon/connectorsV2_M1.d.ts +0 -2
- 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
- package/dist/abi/connectors/v2/INTEROP-A.d.ts +0 -2
- package/dist/abi/connectors/v2/INTEROP-B.d.ts +0 -2
|
@@ -7,8 +7,7 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
-
"
|
|
11
|
-
"INTEROP-A": import("web3-utils").AbiItem[];
|
|
10
|
+
"UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
|
|
12
11
|
"AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
|
|
13
12
|
"COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
|
|
14
13
|
"QI-A": import("web3-utils").AbiItem[];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
-
"
|
|
3
|
-
"INTEROP-A": import("web3-utils").AbiItem[];
|
|
2
|
+
"UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
|
|
4
3
|
"AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
|
|
5
4
|
"COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
|
|
6
5
|
"QI-A": import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,8 +5,7 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
-
"
|
|
9
|
-
"INTEROP-A": import("web3-utils").AbiItem[];
|
|
8
|
+
"UNISWAP-SELL-BETA": import("web3-utils").AbiItem[];
|
|
10
9
|
"AAVE-V2-IMPORT-C": import("web3-utils").AbiItem[];
|
|
11
10
|
"COMPOUND-IMPORT-C": import("web3-utils").AbiItem[];
|
|
12
11
|
"QI-A": import("web3-utils").AbiItem[];
|
|
@@ -195,8 +195,6 @@ export declare const Addresses: {
|
|
|
195
195
|
"AAVE-CLAIM-B": string;
|
|
196
196
|
"GELATO-AAVE-A": string;
|
|
197
197
|
"POOLTOGETHER-A": string;
|
|
198
|
-
"INTEROP-A": string;
|
|
199
|
-
"INTEROP-B": string;
|
|
200
198
|
"INSTAPOOL-B": string;
|
|
201
199
|
"AAVE-V2-IMPORT-C": string;
|
|
202
200
|
};
|
|
@@ -212,6 +210,7 @@ export declare const Addresses: {
|
|
|
212
210
|
"UNISWAP-V3-A": string;
|
|
213
211
|
"1INCH-A": string;
|
|
214
212
|
"WETH-A": string;
|
|
213
|
+
"UNISWAP-SELL-BETA": string;
|
|
215
214
|
};
|
|
216
215
|
};
|
|
217
216
|
};
|
|
@@ -224,8 +223,6 @@ export declare const Addresses: {
|
|
|
224
223
|
"AAVE-V2-A": string;
|
|
225
224
|
"AAVE-CLAIM-A": string;
|
|
226
225
|
"PARASWAP-A": string;
|
|
227
|
-
"INTEROP-A": string;
|
|
228
|
-
"INTEROP-B": string;
|
|
229
226
|
"BENQI-A": string;
|
|
230
227
|
"QI-A": string;
|
|
231
228
|
"INSTAPOOL-B": string;
|