dsa-connect 0.6.3 → 0.6.4

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.
@@ -7,6 +7,8 @@ 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[];
10
12
  'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
11
13
  'PANGOLIN-A': import("web3-utils").AbiItem[];
12
14
  'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const MSTABLE_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const WFTM_A: AbiItem[];
@@ -1,4 +1,6 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'WFTM-A': import("web3-utils").AbiItem[];
3
+ 'MSTABLE-A': import("web3-utils").AbiItem[];
2
4
  'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
3
5
  'PANGOLIN-A': import("web3-utils").AbiItem[];
4
6
  'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
@@ -5,6 +5,8 @@ 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[];
8
10
  'PANGOLIN-STAKE-A': import("web3-utils").AbiItem[];
9
11
  'PANGOLIN-A': import("web3-utils").AbiItem[];
10
12
  'UNISWAP-V3-STAKER-B': import("web3-utils").AbiItem[];
@@ -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,7 @@
1
+ export declare const connectorsV2_M1: {
2
+ 'AUTHORITY-A': string;
3
+ 'BASIC-A': string;
4
+ 'BASIC-B': string;
5
+ 'BASIC-C': string;
6
+ 'WFTM-A': string;
7
+ };
@@ -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
  };
@@ -311,6 +332,17 @@ export declare const Addresses: {
311
332
  };
312
333
  };
313
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
+ };
314
346
  };
315
347
  };
316
348
  };
@@ -56,4 +56,5 @@ export declare const connectorsV2_M1: {
56
56
  'SUSHISWAP-A': string;
57
57
  'UBIQUITY-A': string;
58
58
  'UNISWAP-V3-STAKER-B': string;
59
+ 'MSTABLE-A': string;
59
60
  };
@@ -30,4 +30,5 @@ export declare const connectorsV2_M1: {
30
30
  'SUSHISWAP-A': string;
31
31
  'UNISWAP-V3-ROUTER-A': string;
32
32
  'UNISWAP-V3-STAKER-B': string;
33
+ 'MSTABLE-A': string;
33
34
  };
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;