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.
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INTEROP_B: AbiItem[];
@@ -1,13 +1,13 @@
1
1
  export declare const connectorsV2_M1: {
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;
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
  };
@@ -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
- "AUTHORITY-A": string;
231
- "BASIC-A": string;
232
- "BASIC-B": string;
233
- "BASIC-C": string;
234
- "UNISWAP-V3-A": string;
235
- "WETH-A": string;
236
- "UNISWAP-SELL-BETA": string;
237
- "INSTAPOOL-C": string;
238
- "1INCH-V4-A": string;
239
- "1INCH-V3-A ": string;
240
- "1INCH-A": string;
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,9 @@
1
+ export declare const connectorsV2_M1: {
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
+ };
@@ -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;