dsa-connect 0.7.50 → 0.7.52

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.
@@ -162,6 +162,7 @@ export declare const connectors: {
162
162
  'WBNB-A': import("web3-utils").AbiItem[];
163
163
  'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
164
164
  'INSTA-MEMORY-UTILS-A': import("web3-utils").AbiItem[];
165
+ 'LISTA-DAO-A': import("web3-utils").AbiItem[];
165
166
  };
166
167
  };
167
168
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const LISTA_DAO_A: AbiItem[];
@@ -154,4 +154,5 @@ export declare const connectorsV2_M1: {
154
154
  'WBNB-A': import("web3-utils").AbiItem[];
155
155
  'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
156
156
  'INSTA-MEMORY-UTILS-A': import("web3-utils").AbiItem[];
157
+ 'LISTA-DAO-A': import("web3-utils").AbiItem[];
157
158
  };
@@ -160,6 +160,7 @@ export declare const Abi: {
160
160
  'WBNB-A': import("web3-utils").AbiItem[];
161
161
  'FLUID-DEX-V2-MM-A': import("web3-utils").AbiItem[];
162
162
  'INSTA-MEMORY-UTILS-A': import("web3-utils").AbiItem[];
163
+ 'LISTA-DAO-A': import("web3-utils").AbiItem[];
163
164
  };
164
165
  };
165
166
  };
@@ -39,6 +39,7 @@ export declare const connectorsV2_M1: {
39
39
  'PARASWAP-V6-A': string;
40
40
  'FLUID-A': string;
41
41
  'FLUID-STAKING-A': string;
42
+ 'FLUID-MERKLE-CLAIM-A': string;
42
43
  'BASIC-D-V2': string;
43
44
  'INSTAPOOL-D': string;
44
45
  'FLUID-ARB-CLAIM-A': string;
@@ -17,4 +17,6 @@ export declare const connectorsV2_M1: {
17
17
  'ODOS-V2-A': string;
18
18
  'OKX-V6-A': string;
19
19
  'WBNB-A': string;
20
+ 'AAVE-V3-A': string;
21
+ 'LISTA-DAO-A': string;
20
22
  };
@@ -484,6 +484,7 @@ export declare const Addresses: {
484
484
  'PARASWAP-V6-A': string;
485
485
  'FLUID-A': string;
486
486
  'FLUID-STAKING-A': string;
487
+ 'FLUID-MERKLE-CLAIM-A': string;
487
488
  'BASIC-D-V2': string;
488
489
  'INSTAPOOL-D': string;
489
490
  'FLUID-ARB-CLAIM-A': string;
@@ -708,6 +709,8 @@ export declare const Addresses: {
708
709
  'ODOS-V2-A': string;
709
710
  'OKX-V6-A': string;
710
711
  'WBNB-A': string;
712
+ 'AAVE-V3-A': string;
713
+ 'LISTA-DAO-A': string;
711
714
  };
712
715
  };
713
716
  };