dsa-connect 0.5.19 → 0.6.0-beta.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/v2/INTEROP-B.d.ts +2 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +11 -11
- package/dist/addresses/core.d.ts +19 -0
- package/dist/addresses/index.d.ts +43 -11
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +9 -0
- package/dist/addresses/optimism/core.d.ts +19 -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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
13
|
};
|
package/dist/addresses/core.d.ts
CHANGED
|
@@ -77,4 +77,23 @@ export declare const core: {
|
|
|
77
77
|
};
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
|
+
10: {
|
|
81
|
+
index: string;
|
|
82
|
+
list: string;
|
|
83
|
+
read: string;
|
|
84
|
+
versions: {
|
|
85
|
+
1: {
|
|
86
|
+
account: string;
|
|
87
|
+
connectors: string;
|
|
88
|
+
events: string;
|
|
89
|
+
};
|
|
90
|
+
2: {
|
|
91
|
+
accountProxy: string;
|
|
92
|
+
accountDefault: string;
|
|
93
|
+
implementations: string;
|
|
94
|
+
account: string;
|
|
95
|
+
connectors: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
80
99
|
};
|
|
@@ -79,6 +79,25 @@ export declare const Addresses: {
|
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
|
+
10: {
|
|
83
|
+
index: string;
|
|
84
|
+
list: string;
|
|
85
|
+
read: string;
|
|
86
|
+
versions: {
|
|
87
|
+
1: {
|
|
88
|
+
account: string;
|
|
89
|
+
connectors: string;
|
|
90
|
+
events: string;
|
|
91
|
+
};
|
|
92
|
+
2: {
|
|
93
|
+
accountProxy: string;
|
|
94
|
+
accountDefault: string;
|
|
95
|
+
implementations: string;
|
|
96
|
+
account: string;
|
|
97
|
+
connectors: string;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
82
101
|
};
|
|
83
102
|
connectors: {
|
|
84
103
|
chains: {
|
|
@@ -227,17 +246,17 @@ export declare const Addresses: {
|
|
|
227
246
|
42161: {
|
|
228
247
|
versions: {
|
|
229
248
|
2: {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
249
|
+
'AUTHORITY-A': string;
|
|
250
|
+
'BASIC-A': string;
|
|
251
|
+
'BASIC-B': string;
|
|
252
|
+
'BASIC-C': string;
|
|
253
|
+
'UNISWAP-V3-A': string;
|
|
254
|
+
'WETH-A': string;
|
|
255
|
+
'UNISWAP-SELL-BETA': string;
|
|
256
|
+
'INSTAPOOL-C': string;
|
|
257
|
+
'1INCH-V4-A': string;
|
|
258
|
+
'1INCH-V3-A ': string;
|
|
259
|
+
'1INCH-A': string;
|
|
241
260
|
};
|
|
242
261
|
};
|
|
243
262
|
};
|
|
@@ -263,6 +282,19 @@ export declare const Addresses: {
|
|
|
263
282
|
};
|
|
264
283
|
};
|
|
265
284
|
};
|
|
285
|
+
10: {
|
|
286
|
+
versions: {
|
|
287
|
+
2: {
|
|
288
|
+
'BASIC-A': string;
|
|
289
|
+
'BASIC-B': string;
|
|
290
|
+
'BASIC-C': string;
|
|
291
|
+
'AUTHORITY-A': string;
|
|
292
|
+
'WETH-A': string;
|
|
293
|
+
'UNISWAP-V3-A': string;
|
|
294
|
+
'UNISWAP-V3-STAKE-A': string;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
266
298
|
};
|
|
267
299
|
};
|
|
268
300
|
};
|
|
@@ -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
|
+
};
|
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;
|
|
23
|
+
export declare type ChainId = 1 | 137 | 42161 | 43114 | 10;
|
|
24
24
|
export interface Instance {
|
|
25
25
|
id: number;
|
|
26
26
|
address: string;
|