dsa-connect 0.6.0 → 0.6.1
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 +3 -0
- package/dist/abi/connectors/v2/SUSHISWAP-A.d.ts +2 -0
- package/dist/abi/connectors/v2/UBIQUITY-A.d.ts +2 -0
- package/dist/abi/connectors/v2/UNISWAP-V3-ROUTER-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +3 -0
- package/dist/abi/index.d.ts +3 -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 +60 -54
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +56 -54
- package/dist/addresses/polygon/connectorsV2_M1.d.ts +2 -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,8 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'ZEROX-V4-A': import("web3-utils").AbiItem[];
|
|
11
13
|
'ZEROX-A': import("web3-utils").AbiItem[];
|
|
12
14
|
'PARASWAP-V5-A': import("web3-utils").AbiItem[];
|
|
@@ -68,6 +70,7 @@ export declare const connectors: {
|
|
|
68
70
|
'WMATIC-A': import("web3-utils").AbiItem[];
|
|
69
71
|
'WAVAX-A': import("web3-utils").AbiItem[];
|
|
70
72
|
'UNIVERSE-A': import("web3-utils").AbiItem[];
|
|
73
|
+
"UBIQUITY-A": import("web3-utils").AbiItem[];
|
|
71
74
|
};
|
|
72
75
|
};
|
|
73
76
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
3
|
+
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
2
4
|
'ZEROX-V4-A': import("web3-utils").AbiItem[];
|
|
3
5
|
'ZEROX-A': import("web3-utils").AbiItem[];
|
|
4
6
|
'PARASWAP-V5-A': import("web3-utils").AbiItem[];
|
|
@@ -60,4 +62,5 @@ export declare const connectorsV2_M1: {
|
|
|
60
62
|
'WMATIC-A': import("web3-utils").AbiItem[];
|
|
61
63
|
'WAVAX-A': import("web3-utils").AbiItem[];
|
|
62
64
|
'UNIVERSE-A': import("web3-utils").AbiItem[];
|
|
65
|
+
"UBIQUITY-A": import("web3-utils").AbiItem[];
|
|
63
66
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
9
|
+
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
8
10
|
'ZEROX-V4-A': import("web3-utils").AbiItem[];
|
|
9
11
|
'ZEROX-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'PARASWAP-V5-A': import("web3-utils").AbiItem[];
|
|
@@ -66,6 +68,7 @@ export declare const Abi: {
|
|
|
66
68
|
'WMATIC-A': import("web3-utils").AbiItem[];
|
|
67
69
|
'WAVAX-A': import("web3-utils").AbiItem[];
|
|
68
70
|
'UNIVERSE-A': import("web3-utils").AbiItem[];
|
|
71
|
+
"UBIQUITY-A": import("web3-utils").AbiItem[];
|
|
69
72
|
};
|
|
70
73
|
};
|
|
71
74
|
};
|
|
@@ -148,60 +148,62 @@ export declare const Addresses: {
|
|
|
148
148
|
dsa_migrate_v1_to_v2: string;
|
|
149
149
|
};
|
|
150
150
|
2: {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
151
|
+
'1INCH-A': string;
|
|
152
|
+
'1INCH-V4-A': string;
|
|
153
|
+
'1INCH-V3-A': string;
|
|
154
|
+
'AAVE-V1-A': string;
|
|
155
|
+
'AAVE-V2-A': string;
|
|
156
|
+
'AUTHORITY-A': string;
|
|
157
|
+
'BASIC-A': string;
|
|
158
|
+
'COMP-A': string;
|
|
159
|
+
'COMPOUND-A': string;
|
|
160
|
+
'MAKERDAO-A': string;
|
|
161
|
+
'UNISWAP-A': string;
|
|
162
|
+
'POLYGON-BRIDGE-A': string;
|
|
163
|
+
'AAVE-CLAIM-A': string;
|
|
164
|
+
'AAVE-STAKE-A': string;
|
|
165
|
+
'AAVE-V1-IMPORT-A': string;
|
|
166
|
+
'AAVE-V2-IMPORT-A': string;
|
|
167
|
+
'COMPOUND-IMPORT-A': string;
|
|
168
|
+
'INSTAPOOL-A': string;
|
|
169
|
+
'COMPOUND-IMPORT-B': string;
|
|
170
|
+
'AAVE-V2-IMPORT-B': string;
|
|
171
|
+
'MAKERDAO-CLAIM-A': string;
|
|
172
|
+
'G-UNISWAP-A': string;
|
|
173
|
+
'STAKE-ERC20-A': string;
|
|
174
|
+
'INST-STAKING-A': string;
|
|
175
|
+
'1INCH-B': string;
|
|
176
|
+
'WETH-A': string;
|
|
177
|
+
'INST-A': string;
|
|
178
|
+
'REFINANCE-A': string;
|
|
179
|
+
'INST-LM-A': string;
|
|
180
|
+
'UNISWAP-V2-A': string;
|
|
181
|
+
'LIQUITY-A': string;
|
|
182
|
+
'REFLEXER-A': string;
|
|
183
|
+
'UNISWAP-V3-A': string;
|
|
184
|
+
'B-COMPOUND-A': string;
|
|
185
|
+
'B-MAKERDAO-A': string;
|
|
186
|
+
'B-LIQUITY-A': string;
|
|
187
|
+
'BASIC-B': string;
|
|
188
|
+
'BASIC-C': string;
|
|
189
|
+
'UNISWAP-V3-STAKE-A': string;
|
|
190
|
+
'YEARN-VAULT-A': string;
|
|
191
|
+
'INST-STAKING-B': string;
|
|
192
|
+
'GELATO-AAVE-A': string;
|
|
193
|
+
'POOLTOGETHER-A': string;
|
|
194
|
+
'INSTAPOOL-B': string;
|
|
195
|
+
'COMPOUND-IMPORT-C': string;
|
|
196
|
+
'AAVE-V2-IMPORT-C': string;
|
|
197
|
+
'INSTAPOOL-C': string;
|
|
198
|
+
'INTEROP-A': string;
|
|
199
|
+
'INTEROP-STAGING-A': string;
|
|
200
|
+
'PARASWAP-V5-A': string;
|
|
201
|
+
'UNIVERSE-A': string;
|
|
202
|
+
'PARASWAP-A': string;
|
|
203
|
+
'ZEROX-A': string;
|
|
204
|
+
'ZEROX-V4-A': string;
|
|
205
|
+
'SUSHISWAP-A': string;
|
|
206
|
+
"UBIQUITY-A": string;
|
|
205
207
|
};
|
|
206
208
|
};
|
|
207
209
|
};
|
|
@@ -240,6 +242,8 @@ export declare const Addresses: {
|
|
|
240
242
|
'ZEROX-V4-A': string;
|
|
241
243
|
'BASIC-B': string;
|
|
242
244
|
'BASIC-C': string;
|
|
245
|
+
'SUSHISWAP-A': string;
|
|
246
|
+
'UNISWAP-V3-ROUTER-A': string;
|
|
243
247
|
};
|
|
244
248
|
};
|
|
245
249
|
};
|
|
@@ -257,6 +261,7 @@ export declare const Addresses: {
|
|
|
257
261
|
'1INCH-V4-A': string;
|
|
258
262
|
'1INCH-V3-A ': string;
|
|
259
263
|
'1INCH-A': string;
|
|
264
|
+
'SUSHISWAP-A': string;
|
|
260
265
|
};
|
|
261
266
|
};
|
|
262
267
|
};
|
|
@@ -279,6 +284,7 @@ export declare const Addresses: {
|
|
|
279
284
|
'PARASWAP-V5-A': string;
|
|
280
285
|
'ZEROX-A': string;
|
|
281
286
|
'ZEROX-V4-A': string;
|
|
287
|
+
'SUSHISWAP-A': string;
|
|
282
288
|
};
|
|
283
289
|
};
|
|
284
290
|
};
|
|
@@ -1,56 +1,58 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
2
|
+
'1INCH-A': string;
|
|
3
|
+
'1INCH-V4-A': string;
|
|
4
|
+
'1INCH-V3-A': string;
|
|
5
|
+
'AAVE-V1-A': string;
|
|
6
|
+
'AAVE-V2-A': string;
|
|
7
|
+
'AUTHORITY-A': string;
|
|
8
|
+
'BASIC-A': string;
|
|
9
|
+
'COMP-A': string;
|
|
10
|
+
'COMPOUND-A': string;
|
|
11
|
+
'MAKERDAO-A': string;
|
|
12
|
+
'UNISWAP-A': string;
|
|
13
|
+
'POLYGON-BRIDGE-A': string;
|
|
14
|
+
'AAVE-CLAIM-A': string;
|
|
15
|
+
'AAVE-STAKE-A': string;
|
|
16
|
+
'AAVE-V1-IMPORT-A': string;
|
|
17
|
+
'AAVE-V2-IMPORT-A': string;
|
|
18
|
+
'COMPOUND-IMPORT-A': string;
|
|
19
|
+
'INSTAPOOL-A': string;
|
|
20
|
+
'COMPOUND-IMPORT-B': string;
|
|
21
|
+
'AAVE-V2-IMPORT-B': string;
|
|
22
|
+
'MAKERDAO-CLAIM-A': string;
|
|
23
|
+
'G-UNISWAP-A': string;
|
|
24
|
+
'STAKE-ERC20-A': string;
|
|
25
|
+
'INST-STAKING-A': string;
|
|
26
|
+
'1INCH-B': string;
|
|
27
|
+
'WETH-A': string;
|
|
28
|
+
'INST-A': string;
|
|
29
|
+
'REFINANCE-A': string;
|
|
30
|
+
'INST-LM-A': string;
|
|
31
|
+
'UNISWAP-V2-A': string;
|
|
32
|
+
'LIQUITY-A': string;
|
|
33
|
+
'REFLEXER-A': string;
|
|
34
|
+
'UNISWAP-V3-A': string;
|
|
35
|
+
'B-COMPOUND-A': string;
|
|
36
|
+
'B-MAKERDAO-A': string;
|
|
37
|
+
'B-LIQUITY-A': string;
|
|
38
|
+
'BASIC-B': string;
|
|
39
|
+
'BASIC-C': string;
|
|
40
|
+
'UNISWAP-V3-STAKE-A': string;
|
|
41
|
+
'YEARN-VAULT-A': string;
|
|
42
|
+
'INST-STAKING-B': string;
|
|
43
|
+
'GELATO-AAVE-A': string;
|
|
44
|
+
'POOLTOGETHER-A': string;
|
|
45
|
+
'INSTAPOOL-B': string;
|
|
46
|
+
'COMPOUND-IMPORT-C': string;
|
|
47
|
+
'AAVE-V2-IMPORT-C': string;
|
|
48
|
+
'INSTAPOOL-C': string;
|
|
49
|
+
'INTEROP-A': string;
|
|
50
|
+
'INTEROP-STAGING-A': string;
|
|
51
|
+
'PARASWAP-V5-A': string;
|
|
52
|
+
'UNIVERSE-A': string;
|
|
53
|
+
'PARASWAP-A': string;
|
|
54
|
+
'ZEROX-A': string;
|
|
55
|
+
'ZEROX-V4-A': string;
|
|
56
|
+
'SUSHISWAP-A': string;
|
|
57
|
+
"UBIQUITY-A": string;
|
|
56
58
|
};
|