dsa-connect 0.6.2 → 0.6.5-beta.0
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/INTEROP-B.d.ts +2 -0
- package/dist/abi/connectors/v2/MSTABLE-A.d.ts +2 -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/WFTM-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/avalanche/connectorsV2_M1.d.ts +21 -19
- package/dist/addresses/core.d.ts +19 -0
- package/dist/addresses/fantom/connectorsV2_M1.d.ts +7 -0
- package/dist/addresses/fantom/core.d.ts +19 -0
- package/dist/addresses/index.d.ts +53 -19
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/polygon/connectorsV2_M1.d.ts +1 -0
- package/dist/dsa.d.ts +1 -1
- 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,10 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'WFTM-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
12
|
+
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
13
|
+
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
10
14
|
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
11
15
|
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
12
16
|
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'WFTM-A': import("web3-utils").AbiItem[];
|
|
3
|
+
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
4
|
+
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
5
|
+
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
2
6
|
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
3
7
|
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
4
8
|
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,6 +5,10 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'WFTM-A': import("web3-utils").AbiItem[];
|
|
9
|
+
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
10
|
+
'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'PANGOLIN-A': import("web3-utils").AbiItem[];
|
|
8
12
|
'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
|
|
9
13
|
'UNISWAP-V3-ROUTER-A': import("web3-utils").AbiItem[];
|
|
10
14
|
'SUSHISWAP-A': import("web3-utils").AbiItem[];
|
|
@@ -1,21 +1,23 @@
|
|
|
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
|
-
|
|
2
|
+
'AUTHORITY-A': string;
|
|
3
|
+
'BASIC-A': string;
|
|
4
|
+
'WAVAX-A': string;
|
|
5
|
+
'AAVE-V2-A': string;
|
|
6
|
+
'AAVE-CLAIM-A': string;
|
|
7
|
+
'AAVE-V2-IMPORT-C': string;
|
|
8
|
+
'PARASWAP-A': string;
|
|
9
|
+
'BENQI-A': string;
|
|
10
|
+
'QI-A': string;
|
|
11
|
+
'INSTAPOOL-B': string;
|
|
12
|
+
'INTEROP-A': string;
|
|
13
|
+
'INTEROP-STAGING-A': string;
|
|
14
|
+
'INSTAPOOL-C': string;
|
|
15
|
+
'PARASWAP-V5-A': string;
|
|
16
|
+
'ZEROX-A': string;
|
|
17
|
+
'ZEROX-V4-A': string;
|
|
18
|
+
'SUSHISWAP-A': string;
|
|
19
|
+
'1INCH-A': string;
|
|
20
|
+
'1INCH-V4-A': string;
|
|
21
|
+
'PANGOLIN-A': string;
|
|
22
|
+
'PANGOLIN-STAKE-A': string;
|
|
21
23
|
};
|
package/dist/addresses/core.d.ts
CHANGED
|
@@ -96,4 +96,23 @@ export declare const core: {
|
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
|
+
250: {
|
|
100
|
+
index: string;
|
|
101
|
+
list: string;
|
|
102
|
+
read: string;
|
|
103
|
+
versions: {
|
|
104
|
+
1: {
|
|
105
|
+
account: string;
|
|
106
|
+
connectors: string;
|
|
107
|
+
events: string;
|
|
108
|
+
};
|
|
109
|
+
2: {
|
|
110
|
+
accountProxy: string;
|
|
111
|
+
accountDefault: string;
|
|
112
|
+
implementations: string;
|
|
113
|
+
account: string;
|
|
114
|
+
connectors: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
99
118
|
};
|
|
@@ -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
|
+
};
|
|
@@ -98,6 +98,25 @@ export declare const Addresses: {
|
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
|
+
250: {
|
|
102
|
+
index: string;
|
|
103
|
+
list: string;
|
|
104
|
+
read: string;
|
|
105
|
+
versions: {
|
|
106
|
+
1: {
|
|
107
|
+
account: string;
|
|
108
|
+
connectors: string;
|
|
109
|
+
events: string;
|
|
110
|
+
};
|
|
111
|
+
2: {
|
|
112
|
+
accountProxy: string;
|
|
113
|
+
accountDefault: string;
|
|
114
|
+
implementations: string;
|
|
115
|
+
account: string;
|
|
116
|
+
connectors: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
101
120
|
};
|
|
102
121
|
connectors: {
|
|
103
122
|
chains: {
|
|
@@ -205,6 +224,7 @@ export declare const Addresses: {
|
|
|
205
224
|
'SUSHISWAP-A': string;
|
|
206
225
|
'UBIQUITY-A': string;
|
|
207
226
|
'UNISWAP-V3-STAKER-B': string;
|
|
227
|
+
'MSTABLE-A': string;
|
|
208
228
|
};
|
|
209
229
|
};
|
|
210
230
|
};
|
|
@@ -246,6 +266,7 @@ export declare const Addresses: {
|
|
|
246
266
|
'SUSHISWAP-A': string;
|
|
247
267
|
'UNISWAP-V3-ROUTER-A': string;
|
|
248
268
|
'UNISWAP-V3-STAKER-B': string;
|
|
269
|
+
'MSTABLE-A': string;
|
|
249
270
|
};
|
|
250
271
|
};
|
|
251
272
|
};
|
|
@@ -271,25 +292,27 @@ export declare const Addresses: {
|
|
|
271
292
|
43114: {
|
|
272
293
|
versions: {
|
|
273
294
|
2: {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
295
|
+
'AUTHORITY-A': string;
|
|
296
|
+
'BASIC-A': string;
|
|
297
|
+
'WAVAX-A': string;
|
|
298
|
+
'AAVE-V2-A': string;
|
|
299
|
+
'AAVE-CLAIM-A': string;
|
|
300
|
+
'AAVE-V2-IMPORT-C': string;
|
|
301
|
+
'PARASWAP-A': string;
|
|
302
|
+
'BENQI-A': string;
|
|
303
|
+
'QI-A': string;
|
|
304
|
+
'INSTAPOOL-B': string;
|
|
305
|
+
'INTEROP-A': string;
|
|
306
|
+
'INTEROP-STAGING-A': string;
|
|
307
|
+
'INSTAPOOL-C': string;
|
|
308
|
+
'PARASWAP-V5-A': string;
|
|
309
|
+
'ZEROX-A': string;
|
|
310
|
+
'ZEROX-V4-A': string;
|
|
311
|
+
'SUSHISWAP-A': string;
|
|
312
|
+
'1INCH-A': string;
|
|
313
|
+
'1INCH-V4-A': string;
|
|
314
|
+
'PANGOLIN-A': string;
|
|
315
|
+
'PANGOLIN-STAKE-A': string;
|
|
293
316
|
};
|
|
294
317
|
};
|
|
295
318
|
};
|
|
@@ -309,6 +332,17 @@ export declare const Addresses: {
|
|
|
309
332
|
};
|
|
310
333
|
};
|
|
311
334
|
};
|
|
335
|
+
250: {
|
|
336
|
+
versions: {
|
|
337
|
+
2: {
|
|
338
|
+
'AUTHORITY-A': string;
|
|
339
|
+
'BASIC-A': string;
|
|
340
|
+
'BASIC-B': string;
|
|
341
|
+
'BASIC-C': string;
|
|
342
|
+
'WFTM-A': string;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
};
|
|
312
346
|
};
|
|
313
347
|
};
|
|
314
348
|
};
|
package/dist/dsa.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare type DSAConfig = {
|
|
|
20
20
|
web3: Web3;
|
|
21
21
|
mode?: 'browser';
|
|
22
22
|
};
|
|
23
|
-
export declare type ChainId = 1 | 137 | 42161 | 43114 | 10;
|
|
23
|
+
export declare type ChainId = 1 | 137 | 42161 | 43114 | 10 | 250;
|
|
24
24
|
export interface Instance {
|
|
25
25
|
id: number;
|
|
26
26
|
address: string;
|