dsa-connect 0.6.25 → 0.6.27-beta.1
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 +2 -0
- package/dist/abi/connectors/v2/AAVE-V2-AUTOMATION-STAGING-A.d.ts +2 -0
- package/dist/abi/connectors/v2/EULER-IMPORT-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +2 -0
- package/dist/abi/index.d.ts +2 -0
- package/dist/addresses/fantom/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/index.d.ts +6 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +2 -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
|
@@ -7,7 +7,9 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
10
11
|
'EULER-A': import("web3-utils").AbiItem[];
|
|
12
|
+
'EULER-IMPORT-A': import("web3-utils").AbiItem[];
|
|
11
13
|
'EULER-REWARDS-A': import("web3-utils").AbiItem[];
|
|
12
14
|
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
13
15
|
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
2
3
|
'EULER-A': import("web3-utils").AbiItem[];
|
|
4
|
+
'EULER-IMPORT-A': import("web3-utils").AbiItem[];
|
|
3
5
|
'EULER-REWARDS-A': import("web3-utils").AbiItem[];
|
|
4
6
|
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
5
7
|
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,7 +5,9 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'AAVE-V2-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
8
9
|
'EULER-A': import("web3-utils").AbiItem[];
|
|
10
|
+
'EULER-IMPORT-A': import("web3-utils").AbiItem[];
|
|
9
11
|
'EULER-REWARDS-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
11
13
|
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
@@ -236,7 +236,9 @@ export declare const Addresses: {
|
|
|
236
236
|
'SWAP-AGGREGATOR-A': string;
|
|
237
237
|
'INSTA-DEX-SIMULATION-A': string;
|
|
238
238
|
'EULER-A': string;
|
|
239
|
+
'EULER-IMPORT-A': string;
|
|
239
240
|
'EULER-REWARDS-A': string;
|
|
241
|
+
'AAVE-V2-AUTOMATION-STAGING-A': string;
|
|
240
242
|
};
|
|
241
243
|
};
|
|
242
244
|
};
|
|
@@ -387,6 +389,8 @@ export declare const Addresses: {
|
|
|
387
389
|
'AAVE-V3-CLAIM-A': string;
|
|
388
390
|
'PARASWAP-V5-A': string;
|
|
389
391
|
'PARASWAP-A': string;
|
|
392
|
+
'ZEROX-V4-A': string;
|
|
393
|
+
'ZEROX-A': string;
|
|
390
394
|
};
|
|
391
395
|
};
|
|
392
396
|
};
|
|
@@ -407,6 +411,8 @@ export declare const Addresses: {
|
|
|
407
411
|
'1INCH-V4-A': string;
|
|
408
412
|
'DSA-SPELL-A': string;
|
|
409
413
|
'INSTA-DEX-SIMULATION-A': string;
|
|
414
|
+
'ZEROX-A': string;
|
|
415
|
+
'ZEROX-V4-A': string;
|
|
410
416
|
};
|
|
411
417
|
};
|
|
412
418
|
};
|