dsa-connect 0.6.0 → 0.6.3
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 +6 -0
- package/dist/abi/connectors/v2/PANGOLIN-A.d.ts +2 -0
- package/dist/abi/connectors/v2/PANGOLIN-STAKE-A.d.ts +2 -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/UNISWAP-V3-STAKER-B.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +6 -0
- package/dist/abi/index.d.ts +6 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +5 -0
- package/dist/addresses/index.d.ts +68 -54
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +57 -54
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/polygon/connectorsV2_M1.d.ts +3 -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,11 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
12
|
+
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
13
|
+
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
14
|
+
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
10
15
|
'ZEROX-V4-A': import("web3-utils").AbiItem[];
|
|
11
16
|
'ZEROX-A': import("web3-utils").AbiItem[];
|
|
12
17
|
'PARASWAP-V5-A': import("web3-utils").AbiItem[];
|
|
@@ -68,6 +73,7 @@ export declare const connectors: {
|
|
|
68
73
|
'WMATIC-A': import("web3-utils").AbiItem[];
|
|
69
74
|
'WAVAX-A': import("web3-utils").AbiItem[];
|
|
70
75
|
'UNIVERSE-A': import("web3-utils").AbiItem[];
|
|
76
|
+
'UBIQUITY-A': import("web3-utils").AbiItem[];
|
|
71
77
|
};
|
|
72
78
|
};
|
|
73
79
|
};
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
3
|
+
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
4
|
+
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
5
|
+
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
6
|
+
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
2
7
|
'ZEROX-V4-A': import("web3-utils").AbiItem[];
|
|
3
8
|
'ZEROX-A': import("web3-utils").AbiItem[];
|
|
4
9
|
'PARASWAP-V5-A': import("web3-utils").AbiItem[];
|
|
@@ -60,4 +65,5 @@ export declare const connectorsV2_M1: {
|
|
|
60
65
|
'WMATIC-A': import("web3-utils").AbiItem[];
|
|
61
66
|
'WAVAX-A': import("web3-utils").AbiItem[];
|
|
62
67
|
'UNIVERSE-A': import("web3-utils").AbiItem[];
|
|
68
|
+
'UBIQUITY-A': import("web3-utils").AbiItem[];
|
|
63
69
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,6 +5,11 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
9
|
+
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
10
|
+
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
11
|
+
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
12
|
+
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
8
13
|
'ZEROX-V4-A': import("web3-utils").AbiItem[];
|
|
9
14
|
'ZEROX-A': import("web3-utils").AbiItem[];
|
|
10
15
|
'PARASWAP-V5-A': import("web3-utils").AbiItem[];
|
|
@@ -66,6 +71,7 @@ export declare const Abi: {
|
|
|
66
71
|
'WMATIC-A': import("web3-utils").AbiItem[];
|
|
67
72
|
'WAVAX-A': import("web3-utils").AbiItem[];
|
|
68
73
|
'UNIVERSE-A': import("web3-utils").AbiItem[];
|
|
74
|
+
'UBIQUITY-A': import("web3-utils").AbiItem[];
|
|
69
75
|
};
|
|
70
76
|
};
|
|
71
77
|
};
|
|
@@ -148,60 +148,63 @@ 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;
|
|
207
|
+
'UNISWAP-V3-STAKER-B': string;
|
|
205
208
|
};
|
|
206
209
|
};
|
|
207
210
|
};
|
|
@@ -240,6 +243,9 @@ export declare const Addresses: {
|
|
|
240
243
|
'ZEROX-V4-A': string;
|
|
241
244
|
'BASIC-B': string;
|
|
242
245
|
'BASIC-C': string;
|
|
246
|
+
'SUSHISWAP-A': string;
|
|
247
|
+
'UNISWAP-V3-ROUTER-A': string;
|
|
248
|
+
'UNISWAP-V3-STAKER-B': string;
|
|
243
249
|
};
|
|
244
250
|
};
|
|
245
251
|
};
|
|
@@ -257,6 +263,8 @@ export declare const Addresses: {
|
|
|
257
263
|
'1INCH-V4-A': string;
|
|
258
264
|
'1INCH-V3-A ': string;
|
|
259
265
|
'1INCH-A': string;
|
|
266
|
+
'SUSHISWAP-A': string;
|
|
267
|
+
'UNISWAP-V3-STAKER-B': string;
|
|
260
268
|
};
|
|
261
269
|
};
|
|
262
270
|
};
|
|
@@ -279,6 +287,11 @@ export declare const Addresses: {
|
|
|
279
287
|
'PARASWAP-V5-A': string;
|
|
280
288
|
'ZEROX-A': string;
|
|
281
289
|
'ZEROX-V4-A': string;
|
|
290
|
+
'SUSHISWAP-A': string;
|
|
291
|
+
'1INCH-A': string;
|
|
292
|
+
'1INCH-V4-A': string;
|
|
293
|
+
'PANGOLIN-A': string;
|
|
294
|
+
'PANGOLIN-STAKE-A': string;
|
|
282
295
|
};
|
|
283
296
|
};
|
|
284
297
|
};
|
|
@@ -294,6 +307,7 @@ export declare const Addresses: {
|
|
|
294
307
|
'UNISWAP-V3-STAKE-A': string;
|
|
295
308
|
'1INCH-V4-A': string;
|
|
296
309
|
'1INCH-A': string;
|
|
310
|
+
'UNISWAP-V3-STAKER-B': string;
|
|
297
311
|
};
|
|
298
312
|
};
|
|
299
313
|
};
|
|
@@ -1,56 +1,59 @@
|
|
|
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;
|
|
58
|
+
'UNISWAP-V3-STAKER-B': string;
|
|
56
59
|
};
|