dsa-connect 0.6.19 → 0.6.22
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/AAVE-V3-AUTOMATION-STAGING-A.d.ts +2 -0
- package/dist/abi/connectors/v2/EULER-A.d.ts +2 -0
- package/dist/abi/connectors/v2/EULER-REWARDS-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/avalanche/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/index.d.ts +73 -68
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +70 -68
- 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,9 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'EULER-A': import("web3-utils").AbiItem[];
|
|
11
|
+
EULER_REWARDS_A: import("web3-utils").AbiItem[];
|
|
12
|
+
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
10
13
|
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
11
14
|
'SOCKET-A': import("web3-utils").AbiItem[];
|
|
12
15
|
'DSA-SPELL-A': import("web3-utils").AbiItem[];
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'EULER-A': import("web3-utils").AbiItem[];
|
|
3
|
+
EULER_REWARDS_A: import("web3-utils").AbiItem[];
|
|
4
|
+
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
2
5
|
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
3
6
|
'SOCKET-A': import("web3-utils").AbiItem[];
|
|
4
7
|
'DSA-SPELL-A': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,6 +5,9 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'EULER-A': import("web3-utils").AbiItem[];
|
|
9
|
+
EULER_REWARDS_A: import("web3-utils").AbiItem[];
|
|
10
|
+
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
8
11
|
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
9
12
|
'SOCKET-A': import("web3-utils").AbiItem[];
|
|
10
13
|
'DSA-SPELL-A': import("web3-utils").AbiItem[];
|
|
@@ -167,74 +167,76 @@ export declare const Addresses: {
|
|
|
167
167
|
dsa_migrate_v1_to_v2: string;
|
|
168
168
|
};
|
|
169
169
|
2: {
|
|
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
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
170
|
+
"1INCH-A": string;
|
|
171
|
+
"1INCH-V4-A": string;
|
|
172
|
+
"1INCH-V3-A": string;
|
|
173
|
+
"AAVE-V1-A": string;
|
|
174
|
+
"AAVE-V2-A": string;
|
|
175
|
+
"AUTHORITY-A": string;
|
|
176
|
+
"BASIC-A": string;
|
|
177
|
+
"COMP-A": string;
|
|
178
|
+
"COMPOUND-A": string;
|
|
179
|
+
"MAKERDAO-A": string;
|
|
180
|
+
"UNISWAP-A": string;
|
|
181
|
+
"POLYGON-BRIDGE-A": string;
|
|
182
|
+
"AAVE-CLAIM-A": string;
|
|
183
|
+
"AAVE-STAKE-A": string;
|
|
184
|
+
"AAVE-V1-IMPORT-A": string;
|
|
185
|
+
"AAVE-V2-IMPORT-A": string;
|
|
186
|
+
"COMPOUND-IMPORT-A": string;
|
|
187
|
+
"INSTAPOOL-A": string;
|
|
188
|
+
"COMPOUND-IMPORT-B": string;
|
|
189
|
+
"AAVE-V2-IMPORT-B": string;
|
|
190
|
+
"MAKERDAO-CLAIM-A": string;
|
|
191
|
+
"G-UNISWAP-A": string;
|
|
192
|
+
"STAKE-ERC20-A": string;
|
|
193
|
+
"INST-STAKING-A": string;
|
|
194
|
+
"1INCH-B": string;
|
|
195
|
+
"WETH-A": string;
|
|
196
|
+
"INST-A": string;
|
|
197
|
+
"REFINANCE-A": string;
|
|
198
|
+
"INST-LM-A": string;
|
|
199
|
+
"UNISWAP-V2-A": string;
|
|
200
|
+
"LIQUITY-A": string;
|
|
201
|
+
"REFLEXER-A": string;
|
|
202
|
+
"UNISWAP-V3-A": string;
|
|
203
|
+
"B-COMPOUND-A": string;
|
|
204
|
+
"B-MAKERDAO-A": string;
|
|
205
|
+
"B-LIQUITY-A": string;
|
|
206
|
+
"BASIC-B": string;
|
|
207
|
+
"BASIC-C": string;
|
|
208
|
+
"UNISWAP-V3-STAKE-A": string;
|
|
209
|
+
"YEARN-VAULT-A": string;
|
|
210
|
+
"INST-STAKING-B": string;
|
|
211
|
+
"GELATO-AAVE-A": string;
|
|
212
|
+
"POOLTOGETHER-A": string;
|
|
213
|
+
"INSTAPOOL-B": string;
|
|
214
|
+
"COMPOUND-IMPORT-C": string;
|
|
215
|
+
"AAVE-V2-IMPORT-C": string;
|
|
216
|
+
"INSTAPOOL-C": string;
|
|
217
|
+
"INTEROP-A": string;
|
|
218
|
+
"INTEROP-STAGING-A": string;
|
|
219
|
+
"PARASWAP-V5-A": string;
|
|
220
|
+
"UNIVERSE-A": string;
|
|
221
|
+
"PARASWAP-A": string;
|
|
222
|
+
"ZEROX-A": string;
|
|
223
|
+
"ZEROX-V4-A": string;
|
|
224
|
+
"SUSHISWAP-A": string;
|
|
225
|
+
"UBIQUITY-A": string;
|
|
226
|
+
"UNISWAP-V3-STAKER-B": string;
|
|
227
|
+
"MSTABLE-A": string;
|
|
228
|
+
"UNISWAP-V3-ROUTER-A": string;
|
|
229
|
+
"LIDO-STETH-A": string;
|
|
230
|
+
"COMPOUND-IMPORT-D": string;
|
|
231
|
+
"LITE-A": string;
|
|
232
|
+
"NOTIONAL-V2-A": string;
|
|
233
|
+
"HOP-MAINNET-A": string;
|
|
234
|
+
"UNISWAP-V3-SWAP-A": string;
|
|
235
|
+
"DSA-SPELL-A": string;
|
|
236
|
+
"SWAP-AGGREGATOR-A": string;
|
|
237
|
+
"INSTA-DEX-SIMULATION-A": string;
|
|
238
|
+
"EULER-A": string;
|
|
239
|
+
"EULER-REWARD-A": string;
|
|
238
240
|
};
|
|
239
241
|
};
|
|
240
242
|
};
|
|
@@ -288,6 +290,7 @@ export declare const Addresses: {
|
|
|
288
290
|
'DSA-SPELL-A': string;
|
|
289
291
|
'SOCKET-A': string;
|
|
290
292
|
'AAVE-V3-AUTOMATION-A': string;
|
|
293
|
+
'AAVE-V3-AUTOMATION-STAGING-A': string;
|
|
291
294
|
};
|
|
292
295
|
};
|
|
293
296
|
};
|
|
@@ -353,6 +356,8 @@ export declare const Addresses: {
|
|
|
353
356
|
'SWAP-AGGREGATOR-A': string;
|
|
354
357
|
'DSA-SPELL-A': string;
|
|
355
358
|
'INSTA-DEX-SIMULATION-A': string;
|
|
359
|
+
'AAVE-V3-AUTOMATION-A': string;
|
|
360
|
+
'AAVE-V3-AUTOMATION-STAGING-A': string;
|
|
356
361
|
};
|
|
357
362
|
};
|
|
358
363
|
};
|
|
@@ -1,70 +1,72 @@
|
|
|
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
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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;
|
|
59
|
+
"MSTABLE-A": string;
|
|
60
|
+
"UNISWAP-V3-ROUTER-A": string;
|
|
61
|
+
"LIDO-STETH-A": string;
|
|
62
|
+
"COMPOUND-IMPORT-D": string;
|
|
63
|
+
"LITE-A": string;
|
|
64
|
+
"NOTIONAL-V2-A": string;
|
|
65
|
+
"HOP-MAINNET-A": string;
|
|
66
|
+
"UNISWAP-V3-SWAP-A": string;
|
|
67
|
+
"DSA-SPELL-A": string;
|
|
68
|
+
"SWAP-AGGREGATOR-A": string;
|
|
69
|
+
"INSTA-DEX-SIMULATION-A": string;
|
|
70
|
+
"EULER-A": string;
|
|
71
|
+
"EULER-REWARD-A": string;
|
|
70
72
|
};
|