dsa-connect 0.7.33 → 0.7.35

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.
@@ -134,4 +134,23 @@ export declare const core: {
134
134
  };
135
135
  };
136
136
  };
137
+ 9745: {
138
+ index: string;
139
+ list: string;
140
+ read: string;
141
+ versions: {
142
+ 1: {
143
+ account: string;
144
+ connectors: string;
145
+ events: string;
146
+ };
147
+ 2: {
148
+ accountProxy: string;
149
+ accountDefault: string;
150
+ implementations: string;
151
+ account: string;
152
+ connectors: string;
153
+ };
154
+ };
155
+ };
137
156
  };
@@ -136,6 +136,25 @@ export declare const Addresses: {
136
136
  };
137
137
  };
138
138
  };
139
+ 9745: {
140
+ index: string;
141
+ list: string;
142
+ read: string;
143
+ versions: {
144
+ 1: {
145
+ account: string;
146
+ connectors: string;
147
+ events: string;
148
+ };
149
+ 2: {
150
+ accountProxy: string;
151
+ accountDefault: string;
152
+ implementations: string;
153
+ account: string;
154
+ connectors: string;
155
+ };
156
+ };
157
+ };
139
158
  };
140
159
  connectors: {
141
160
  chains: {
@@ -621,6 +640,22 @@ export declare const Addresses: {
621
640
  };
622
641
  };
623
642
  };
643
+ 9745: {
644
+ versions: {
645
+ 2: {
646
+ 'BASIC-A': string;
647
+ 'BASIC-B': string;
648
+ 'BASIC-D-V2': string;
649
+ 'FLUID-A': string;
650
+ 'FLUID-VAULT-T2-A': string;
651
+ 'FLUID-VAULT-T3-A': string;
652
+ 'FLUID-VAULT-T4-A': string;
653
+ 'SWAP-AGGREGATOR-A': string;
654
+ 'INSTAPOOL-D': string;
655
+ 'INSTA-DEX-SIMULATION-A': string;
656
+ };
657
+ };
658
+ };
624
659
  };
625
660
  };
626
661
  };
@@ -0,0 +1,12 @@
1
+ export declare const connectorsV2_M1: {
2
+ 'BASIC-A': string;
3
+ 'BASIC-B': string;
4
+ 'BASIC-D-V2': string;
5
+ 'FLUID-A': string;
6
+ 'FLUID-VAULT-T2-A': string;
7
+ 'FLUID-VAULT-T3-A': string;
8
+ 'FLUID-VAULT-T4-A': string;
9
+ 'SWAP-AGGREGATOR-A': string;
10
+ 'INSTAPOOL-D': string;
11
+ 'INSTA-DEX-SIMULATION-A': string;
12
+ };
@@ -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
@@ -22,7 +22,7 @@ export declare type DSAConfig = {
22
22
  web3: Web3;
23
23
  mode?: 'browser';
24
24
  };
25
- export declare type ChainId = 1 | 137 | 42161 | 43114 | 10 | 250 | 8453;
25
+ export declare type ChainId = 1 | 137 | 42161 | 43114 | 10 | 250 | 8453 | 9745;
26
26
  export interface Instance {
27
27
  id: number;
28
28
  address: string;