dsa-connect 0.7.49 → 0.7.51

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
  };
@@ -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
  };
@@ -708,6 +708,8 @@ export declare const Addresses: {
708
708
  'ODOS-V2-A': string;
709
709
  'OKX-V6-A': string;
710
710
  'WBNB-A': string;
711
+ 'AAVE-V3-A': string;
712
+ 'LISTA-DAO-A': string;
711
713
  };
712
714
  };
713
715
  };