dsa-connect 0.7.40 → 0.7.42

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,16 @@
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
+ 'ZEROX-V2-A': string;
13
+ 'KYBER-AGGREGATOR-A': string;
14
+ 'FLUID-MERKLE-CLAIM-A': string;
15
+ 'PARASWAP-V6-A': string;
16
+ };
@@ -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
+ };
@@ -153,4 +153,23 @@ export declare const core: {
153
153
  };
154
154
  };
155
155
  };
156
+ 56: {
157
+ index: string;
158
+ list: string;
159
+ read: string;
160
+ versions: {
161
+ 1: {
162
+ account: string;
163
+ connectors: string;
164
+ events: string;
165
+ };
166
+ 2: {
167
+ accountProxy: string;
168
+ accountDefault: string;
169
+ implementations: string;
170
+ account: string;
171
+ connectors: string;
172
+ };
173
+ };
174
+ };
156
175
  };
@@ -155,6 +155,25 @@ export declare const Addresses: {
155
155
  };
156
156
  };
157
157
  };
158
+ 56: {
159
+ index: string;
160
+ list: string;
161
+ read: string;
162
+ versions: {
163
+ 1: {
164
+ account: string;
165
+ connectors: string;
166
+ events: string;
167
+ };
168
+ 2: {
169
+ accountProxy: string;
170
+ accountDefault: string;
171
+ implementations: string;
172
+ account: string;
173
+ connectors: string;
174
+ };
175
+ };
176
+ };
158
177
  };
159
178
  connectors: {
160
179
  chains: {
@@ -661,6 +680,28 @@ export declare const Addresses: {
661
680
  'KYBER-AGGREGATOR-A': string;
662
681
  'FLUID-MERKLE-CLAIM-A': string;
663
682
  'OKX-V6-A': string;
683
+ 'OKX-A': string;
684
+ 'PARASWAP-V6-A': string;
685
+ };
686
+ };
687
+ };
688
+ 56: {
689
+ versions: {
690
+ 2: {
691
+ 'BASIC-A': string;
692
+ 'BASIC-B': string;
693
+ 'BASIC-D-V2': string;
694
+ 'FLUID-A': string;
695
+ 'FLUID-VAULT-T2-A': string;
696
+ 'FLUID-VAULT-T3-A': string;
697
+ 'FLUID-VAULT-T4-A': string;
698
+ 'SWAP-AGGREGATOR-A': string;
699
+ 'INSTAPOOL-D': string;
700
+ 'INSTA-DEX-SIMULATION-A': string;
701
+ 'ZEROX-V2-A': string;
702
+ 'KYBER-AGGREGATOR-A': string;
703
+ 'FLUID-MERKLE-CLAIM-A': string;
704
+ 'PARASWAP-V6-A': string;
664
705
  };
665
706
  };
666
707
  };
@@ -13,4 +13,6 @@ export declare const connectorsV2_M1: {
13
13
  'KYBER-AGGREGATOR-A': string;
14
14
  'FLUID-MERKLE-CLAIM-A': string;
15
15
  'OKX-V6-A': string;
16
+ 'OKX-A': string;
17
+ 'PARASWAP-V6-A': string;
16
18
  };
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 | 9745;
25
+ export declare type ChainId = 1 | 137 | 42161 | 43114 | 10 | 250 | 8453 | 9745 | 56;
26
26
  export interface Instance {
27
27
  id: number;
28
28
  address: string;