dsa-connect 0.6.18-beta.2 → 0.6.20
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-V3-AUTOMATION-A.d.ts +2 -0
- package/dist/abi/connectors/v2/AAVE-V3-AUTOMATION-STAGING-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/arbitrum/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/index.d.ts +6 -0
- package/dist/addresses/polygon/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,6 +7,8 @@ export declare const connectors: {
|
|
|
7
7
|
versions: {
|
|
8
8
|
1: typeof connectorsV1;
|
|
9
9
|
2: {
|
|
10
|
+
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
11
|
+
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'SOCKET-A': import("web3-utils").AbiItem[];
|
|
11
13
|
'DSA-SPELL-A': import("web3-utils").AbiItem[];
|
|
12
14
|
'INSTA-DEX-SIMULATION-A': import("web3-utils").AbiItem[];
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const connectorsV2_M1: {
|
|
2
|
+
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
3
|
+
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
2
4
|
'SOCKET-A': import("web3-utils").AbiItem[];
|
|
3
5
|
'DSA-SPELL-A': import("web3-utils").AbiItem[];
|
|
4
6
|
'INSTA-DEX-SIMULATION-A': import("web3-utils").AbiItem[];
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ export declare const Abi: {
|
|
|
5
5
|
versions: {
|
|
6
6
|
1: typeof import("./connectors/v1");
|
|
7
7
|
2: {
|
|
8
|
+
'AAVE-V3-AUTOMATION-STAGING-A': import("web3-utils").AbiItem[];
|
|
9
|
+
'AAVE-V3-AUTOMATION-A': import("web3-utils").AbiItem[];
|
|
8
10
|
'SOCKET-A': import("web3-utils").AbiItem[];
|
|
9
11
|
'DSA-SPELL-A': import("web3-utils").AbiItem[];
|
|
10
12
|
'INSTA-DEX-SIMULATION-A': import("web3-utils").AbiItem[];
|
|
@@ -287,6 +287,8 @@ export declare const Addresses: {
|
|
|
287
287
|
'INSTA-DEX-SIMULATION-A': string;
|
|
288
288
|
'DSA-SPELL-A': string;
|
|
289
289
|
'SOCKET-A': string;
|
|
290
|
+
'AAVE-V3-AUTOMATION-A': string;
|
|
291
|
+
'AAVE-V3-AUTOMATION-STAGING-A': string;
|
|
290
292
|
};
|
|
291
293
|
};
|
|
292
294
|
};
|
|
@@ -315,6 +317,8 @@ export declare const Addresses: {
|
|
|
315
317
|
'SWAP-AGGREGATOR-A': string;
|
|
316
318
|
'DSA-SPELL-A': string;
|
|
317
319
|
'INSTA-DEX-SIMULATION-A': string;
|
|
320
|
+
'PARASWAP-V5-A': string;
|
|
321
|
+
'PARASWAP-A': string;
|
|
318
322
|
};
|
|
319
323
|
};
|
|
320
324
|
};
|
|
@@ -350,6 +354,8 @@ export declare const Addresses: {
|
|
|
350
354
|
'SWAP-AGGREGATOR-A': string;
|
|
351
355
|
'DSA-SPELL-A': string;
|
|
352
356
|
'INSTA-DEX-SIMULATION-A': string;
|
|
357
|
+
'AAVE-V3-AUTOMATION-A': string;
|
|
358
|
+
'AAVE-V3-AUTOMATION-STAGING-A': string;
|
|
353
359
|
};
|
|
354
360
|
};
|
|
355
361
|
};
|