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.
- package/dist/abi/connectors/index.d.ts +1 -0
- package/dist/abi/connectors/v2/LISTA-DAO-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +1 -0
- package/dist/abi/index.d.ts +1 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/bsc/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/index.d.ts +3 -0
- package/dist/index.bundle.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -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
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -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
|
};
|
|
@@ -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
|
};
|