dsa-connect 0.6.43 → 0.6.45
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 -0
- package/dist/abi/connectors/v2/SPARK-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +1 -0
- package/dist/abi/index.d.ts +1 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +3 -0
- package/dist/addresses/index.d.ts +6 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +2 -0
- 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
|
@@ -113,6 +113,7 @@ export declare const connectors: {
|
|
|
113
113
|
'AVO-MAKER-STAGING-A': import("web3-utils").AbiItem[];
|
|
114
114
|
'ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
115
115
|
'CONNEXT-A': import("web3-utils").AbiItem[];
|
|
116
|
+
'SPARK-A': import("web3-utils").AbiItem[];
|
|
116
117
|
};
|
|
117
118
|
};
|
|
118
119
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ export declare const Abi: {
|
|
|
111
111
|
'AVO-MAKER-STAGING-A': import("web3-utils").AbiItem[];
|
|
112
112
|
'ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
113
113
|
'CONNEXT-A': import("web3-utils").AbiItem[];
|
|
114
|
+
'SPARK-A': import("web3-utils").AbiItem[];
|
|
114
115
|
};
|
|
115
116
|
};
|
|
116
117
|
};
|
|
@@ -15,6 +15,7 @@ export declare const connectorsV2_M1: {
|
|
|
15
15
|
'UNISWAP-V3-STAKER-B': string;
|
|
16
16
|
'UNISWAP-V3-ROUTER-A': string;
|
|
17
17
|
'AAVE-V3-A': string;
|
|
18
|
+
'AAVE-V3-CLAIM-A': string;
|
|
18
19
|
'AAVE-V3-IMPORT-A': string;
|
|
19
20
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
20
21
|
'HOP-A': string;
|
|
@@ -29,4 +30,6 @@ export declare const connectorsV2_M1: {
|
|
|
29
30
|
'AVO-APPROVE-STAGING-A': string;
|
|
30
31
|
'ARB-CLAIM-A': string;
|
|
31
32
|
'CONNEXT-A': string;
|
|
33
|
+
'COMPOUND-V3-A': string;
|
|
34
|
+
'COMPOUND-V3-REWARDS-A': string;
|
|
32
35
|
};
|
|
@@ -174,6 +174,7 @@ export declare const Addresses: {
|
|
|
174
174
|
'AAVE-V1-A': string;
|
|
175
175
|
'AAVE-V2-A': string;
|
|
176
176
|
'AAVE-V3-A': string;
|
|
177
|
+
'AAVE-V3-CLAIM-A': string;
|
|
177
178
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
178
179
|
'AUTHORITY-A': string;
|
|
179
180
|
'BASIC-A': string;
|
|
@@ -255,6 +256,7 @@ export declare const Addresses: {
|
|
|
255
256
|
'AVO-MAKER-A': string;
|
|
256
257
|
'AVO-MAKER-STAGING-A': string;
|
|
257
258
|
'CONNEXT-A': string;
|
|
259
|
+
'SPARK-A': string;
|
|
258
260
|
};
|
|
259
261
|
};
|
|
260
262
|
};
|
|
@@ -299,6 +301,7 @@ export declare const Addresses: {
|
|
|
299
301
|
'UNISWAP-V3-STAKER-B': string;
|
|
300
302
|
'MSTABLE-A': string;
|
|
301
303
|
'AAVE-V3-A': string;
|
|
304
|
+
'AAVE-V3-CLAIM-A': string;
|
|
302
305
|
'AAVE-IMPORT-V2-V3-A': string;
|
|
303
306
|
'AAVE-V3-IMPORT-A': string;
|
|
304
307
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
@@ -337,6 +340,7 @@ export declare const Addresses: {
|
|
|
337
340
|
'UNISWAP-V3-STAKER-B': string;
|
|
338
341
|
'UNISWAP-V3-ROUTER-A': string;
|
|
339
342
|
'AAVE-V3-A': string;
|
|
343
|
+
'AAVE-V3-CLAIM-A': string;
|
|
340
344
|
'AAVE-V3-IMPORT-A': string;
|
|
341
345
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
342
346
|
'HOP-A': string;
|
|
@@ -351,6 +355,8 @@ export declare const Addresses: {
|
|
|
351
355
|
'AVO-APPROVE-STAGING-A': string;
|
|
352
356
|
'ARB-CLAIM-A': string;
|
|
353
357
|
'CONNEXT-A': string;
|
|
358
|
+
'COMPOUND-V3-A': string;
|
|
359
|
+
'COMPOUND-V3-REWARDS-A': string;
|
|
354
360
|
};
|
|
355
361
|
};
|
|
356
362
|
};
|
|
@@ -6,6 +6,7 @@ export declare const connectorsV2_M1: {
|
|
|
6
6
|
'AAVE-V1-A': string;
|
|
7
7
|
'AAVE-V2-A': string;
|
|
8
8
|
'AAVE-V3-A': string;
|
|
9
|
+
'AAVE-V3-CLAIM-A': string;
|
|
9
10
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
10
11
|
'AUTHORITY-A': string;
|
|
11
12
|
'BASIC-A': string;
|
|
@@ -87,4 +88,5 @@ export declare const connectorsV2_M1: {
|
|
|
87
88
|
'AVO-MAKER-A': string;
|
|
88
89
|
'AVO-MAKER-STAGING-A': string;
|
|
89
90
|
'CONNEXT-A': string;
|
|
91
|
+
'SPARK-A': string;
|
|
90
92
|
};
|