dsa-connect 0.6.4 → 0.6.8
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 +4 -0
- package/dist/abi/connectors/v2/AAVE-IMPORT-V2-V3-A.d.ts +2 -0
- package/dist/abi/connectors/v2/AAVE-V3-A.d.ts +2 -0
- package/dist/abi/connectors/v2/AAVE-V3-IMPORT-A.d.ts +2 -0
- package/dist/abi/connectors/v2/INTEROP-B.d.ts +2 -0
- package/dist/abi/connectors/v2/LIDO-STETH-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +4 -0
- package/dist/abi/index.d.ts +4 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +16 -13
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +3 -0
- package/dist/addresses/fantom/connectorsV2_M1.d.ts +7 -5
- package/dist/addresses/fantom/core.d.ts +19 -0
- package/dist/addresses/index.d.ts +44 -28
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +13 -10
- 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,8 +7,12 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
|
|
12
|
+
'AAVE-V3-A': import("web3-utils").AbiItem[];
|
|
10
13
|
'WFTM-A': import("web3-utils").AbiItem[];
|
|
11
14
|
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
15
|
+
'LIDO-STETH-A': import("web3-utils").AbiItem[];
|
|
12
16
|
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
13
17
|
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
14
18
|
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
|
|
3
|
+
'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
|
|
4
|
+
'AAVE-V3-A': import("web3-utils").AbiItem[];
|
|
2
5
|
'WFTM-A': import("web3-utils").AbiItem[];
|
|
3
6
|
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
7
|
+
'LIDO-STETH-A': import("web3-utils").AbiItem[];
|
|
4
8
|
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
5
9
|
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
6
10
|
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,8 +5,12 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
|
|
9
|
+
'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
|
|
10
|
+
'AAVE-V3-A': import("web3-utils").AbiItem[];
|
|
8
11
|
'WFTM-A': import("web3-utils").AbiItem[];
|
|
9
12
|
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
13
|
+
'LIDO-STETH-A': import("web3-utils").AbiItem[];
|
|
10
14
|
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
11
15
|
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
12
16
|
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
"AUTHORITY-A": string;
|
|
3
|
+
"BASIC-A": string;
|
|
4
|
+
"BASIC-B": string;
|
|
5
|
+
"BASIC-C": string;
|
|
6
|
+
"UNISWAP-V3-A": string;
|
|
7
|
+
"WETH-A": string;
|
|
8
|
+
"UNISWAP-SELL-BETA": string;
|
|
9
|
+
"INSTAPOOL-C": string;
|
|
10
|
+
"1INCH-V4-A": string;
|
|
11
|
+
"1INCH-V3-A ": string;
|
|
12
|
+
"1INCH-A": string;
|
|
13
|
+
"SUSHISWAP-A": string;
|
|
14
|
+
"UNISWAP-V3-STAKER-B": string;
|
|
15
|
+
"UNISWAP-V3-ROUTER-A": string;
|
|
16
|
+
"AAVE-V3-A": string;
|
|
17
|
+
"AAVE-V3-IMPORT-A": string;
|
|
15
18
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
"AUTHORITY-A": string;
|
|
3
|
+
"BASIC-A": string;
|
|
4
|
+
"BASIC-B": string;
|
|
5
|
+
"BASIC-C": string;
|
|
6
|
+
"WFTM-A": string;
|
|
7
|
+
"AAVE-V3-IMPORT-A": string;
|
|
8
|
+
"AAVE-V3-A": string;
|
|
7
9
|
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const core: {
|
|
2
|
+
index: string;
|
|
3
|
+
list: string;
|
|
4
|
+
read: string;
|
|
5
|
+
versions: {
|
|
6
|
+
1: {
|
|
7
|
+
account: string;
|
|
8
|
+
connectors: string;
|
|
9
|
+
events: string;
|
|
10
|
+
};
|
|
11
|
+
2: {
|
|
12
|
+
accountProxy: string;
|
|
13
|
+
accountDefault: string;
|
|
14
|
+
implementations: string;
|
|
15
|
+
account: string;
|
|
16
|
+
connectors: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -225,6 +225,8 @@ export declare const Addresses: {
|
|
|
225
225
|
'UBIQUITY-A': string;
|
|
226
226
|
'UNISWAP-V3-STAKER-B': string;
|
|
227
227
|
'MSTABLE-A': string;
|
|
228
|
+
'UNISWAP-V3-ROUTER-A': string;
|
|
229
|
+
'LIDO-STETH-A': string;
|
|
228
230
|
};
|
|
229
231
|
};
|
|
230
232
|
};
|
|
@@ -267,25 +269,31 @@ export declare const Addresses: {
|
|
|
267
269
|
'UNISWAP-V3-ROUTER-A': string;
|
|
268
270
|
'UNISWAP-V3-STAKER-B': string;
|
|
269
271
|
'MSTABLE-A': string;
|
|
272
|
+
'AAVE-V3-A': string;
|
|
273
|
+
'AAVE-IMPORT-V2-V3-A': string;
|
|
274
|
+
'AAVE-V3-IMPORT-A': string;
|
|
270
275
|
};
|
|
271
276
|
};
|
|
272
277
|
};
|
|
273
278
|
42161: {
|
|
274
279
|
versions: {
|
|
275
280
|
2: {
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
281
|
+
"AUTHORITY-A": string;
|
|
282
|
+
"BASIC-A": string;
|
|
283
|
+
"BASIC-B": string;
|
|
284
|
+
"BASIC-C": string;
|
|
285
|
+
"UNISWAP-V3-A": string;
|
|
286
|
+
"WETH-A": string;
|
|
287
|
+
"UNISWAP-SELL-BETA": string;
|
|
288
|
+
"INSTAPOOL-C": string;
|
|
289
|
+
"1INCH-V4-A": string;
|
|
290
|
+
"1INCH-V3-A ": string;
|
|
291
|
+
"1INCH-A": string;
|
|
292
|
+
"SUSHISWAP-A": string;
|
|
293
|
+
"UNISWAP-V3-STAKER-B": string;
|
|
294
|
+
"UNISWAP-V3-ROUTER-A": string;
|
|
295
|
+
"AAVE-V3-A": string;
|
|
296
|
+
"AAVE-V3-IMPORT-A": string;
|
|
289
297
|
};
|
|
290
298
|
};
|
|
291
299
|
};
|
|
@@ -313,33 +321,41 @@ export declare const Addresses: {
|
|
|
313
321
|
'1INCH-V4-A': string;
|
|
314
322
|
'PANGOLIN-A': string;
|
|
315
323
|
'PANGOLIN-STAKE-A': string;
|
|
324
|
+
'AAVE-V3-A': string;
|
|
325
|
+
'AAVE-IMPORT-V2-V3-A': string;
|
|
326
|
+
'AAVE-V3-IMPORT-A': string;
|
|
316
327
|
};
|
|
317
328
|
};
|
|
318
329
|
};
|
|
319
330
|
10: {
|
|
320
331
|
versions: {
|
|
321
332
|
2: {
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
333
|
+
"BASIC-A": string;
|
|
334
|
+
"BASIC-B": string;
|
|
335
|
+
"BASIC-C": string;
|
|
336
|
+
"AUTHORITY-A": string;
|
|
337
|
+
"WETH-A": string;
|
|
338
|
+
"UNISWAP-V3-A": string;
|
|
339
|
+
"UNISWAP-V3-STAKE-A": string;
|
|
340
|
+
"1INCH-V4-A": string;
|
|
341
|
+
"1INCH-A": string;
|
|
342
|
+
"UNISWAP-V3-STAKER-B": string;
|
|
343
|
+
"UNISWAP-V3-ROUTER-A": string;
|
|
344
|
+
"AAVE-V3-A": string;
|
|
345
|
+
"AAVE-V3-IMPORT-A": string;
|
|
332
346
|
};
|
|
333
347
|
};
|
|
334
348
|
};
|
|
335
349
|
250: {
|
|
336
350
|
versions: {
|
|
337
351
|
2: {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
352
|
+
"AUTHORITY-A": string;
|
|
353
|
+
"BASIC-A": string;
|
|
354
|
+
"BASIC-B": string;
|
|
355
|
+
"BASIC-C": string;
|
|
356
|
+
"WFTM-A": string;
|
|
357
|
+
"AAVE-V3-IMPORT-A": string;
|
|
358
|
+
"AAVE-V3-A": string;
|
|
343
359
|
};
|
|
344
360
|
};
|
|
345
361
|
};
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
"BASIC-A": string;
|
|
3
|
+
"BASIC-B": string;
|
|
4
|
+
"BASIC-C": string;
|
|
5
|
+
"AUTHORITY-A": string;
|
|
6
|
+
"WETH-A": string;
|
|
7
|
+
"UNISWAP-V3-A": string;
|
|
8
|
+
"UNISWAP-V3-STAKE-A": string;
|
|
9
|
+
"1INCH-V4-A": string;
|
|
10
|
+
"1INCH-A": string;
|
|
11
|
+
"UNISWAP-V3-STAKER-B": string;
|
|
12
|
+
"UNISWAP-V3-ROUTER-A": string;
|
|
13
|
+
"AAVE-V3-A": string;
|
|
14
|
+
"AAVE-V3-IMPORT-A": string;
|
|
12
15
|
};
|