dsa-connect 0.6.93 → 0.6.95
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/AAVE-V3-LIDO-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/base/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +2 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -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
|
@@ -37,6 +37,7 @@ export declare const connectors: {
|
|
|
37
37
|
'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
|
|
38
38
|
'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
|
|
39
39
|
'AAVE-V3-A': import("web3-utils").AbiItem[];
|
|
40
|
+
'AAVE-V3-LIDO-A': import("web3-utils").AbiItem[];
|
|
40
41
|
'WFTM-A': import("web3-utils").AbiItem[];
|
|
41
42
|
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
42
43
|
'LIDO-STETH-A': import("web3-utils").AbiItem[];
|
|
@@ -29,6 +29,7 @@ export declare const connectorsV2_M1: {
|
|
|
29
29
|
'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
|
|
30
30
|
'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
|
|
31
31
|
'AAVE-V3-A': import("web3-utils").AbiItem[];
|
|
32
|
+
'AAVE-V3-LIDO-A': import("web3-utils").AbiItem[];
|
|
32
33
|
'WFTM-A': import("web3-utils").AbiItem[];
|
|
33
34
|
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
34
35
|
'LIDO-STETH-A': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export declare const Abi: {
|
|
|
35
35
|
'AAVE-V3-IMPORT-A': import("web3-utils").AbiItem[];
|
|
36
36
|
'AAVE-IMPORT-V2-V3-A': import("web3-utils").AbiItem[];
|
|
37
37
|
'AAVE-V3-A': import("web3-utils").AbiItem[];
|
|
38
|
+
'AAVE-V3-LIDO-A': import("web3-utils").AbiItem[];
|
|
38
39
|
'WFTM-A': import("web3-utils").AbiItem[];
|
|
39
40
|
'MSTABLE-A': import("web3-utils").AbiItem[];
|
|
40
41
|
'LIDO-STETH-A': import("web3-utils").AbiItem[];
|
|
@@ -194,6 +194,7 @@ export declare const Addresses: {
|
|
|
194
194
|
'AAVE-V1-A': string;
|
|
195
195
|
'AAVE-V2-A': string;
|
|
196
196
|
'AAVE-V3-A': string;
|
|
197
|
+
'AAVE-V3-LIDO-A': string;
|
|
197
198
|
'AAVE-V3-CLAIM-A': string;
|
|
198
199
|
'AAVE-V3-IMPORT-A': string;
|
|
199
200
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
@@ -564,6 +565,7 @@ export declare const Addresses: {
|
|
|
564
565
|
'INSTAPOOL-D': string;
|
|
565
566
|
'FLUID-A': string;
|
|
566
567
|
'BASIC-D-V2': string;
|
|
568
|
+
'MORPHO-BLUE-A': string;
|
|
567
569
|
};
|
|
568
570
|
};
|
|
569
571
|
};
|