dsa-connect 0.6.16 → 0.6.18-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.
@@ -7,6 +7,9 @@ export declare const connectors: {
7
7
  versions: {
8
8
  1: typeof connectorsV1;
9
9
  2: {
10
+ 'SOCKET-A': import("web3-utils").AbiItem[];
11
+ 'DSA-SPELL-A': import("web3-utils").AbiItem[];
12
+ 'INSTA-DEX-SIMULATION-A': import("web3-utils").AbiItem[];
10
13
  'SWAP-AGGREGATOR-A': import("web3-utils").AbiItem[];
11
14
  'UNISWAP-V3-SWAP-A': import("web3-utils").AbiItem[];
12
15
  'HOP-MAINNET-A': import("web3-utils").AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const DSA_SPELL_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const INSTA_DEX_SIMULATION_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const SOCKET_A: AbiItem[];
@@ -1,4 +1,7 @@
1
1
  export declare const connectorsV2_M1: {
2
+ 'SOCKET-A': import("web3-utils").AbiItem[];
3
+ 'DSA-SPELL-A': import("web3-utils").AbiItem[];
4
+ 'INSTA-DEX-SIMULATION-A': import("web3-utils").AbiItem[];
2
5
  'SWAP-AGGREGATOR-A': import("web3-utils").AbiItem[];
3
6
  'UNISWAP-V3-SWAP-A': import("web3-utils").AbiItem[];
4
7
  'HOP-MAINNET-A': import("web3-utils").AbiItem[];
@@ -5,6 +5,9 @@ export declare const Abi: {
5
5
  versions: {
6
6
  1: typeof import("./connectors/v1");
7
7
  2: {
8
+ 'SOCKET-A': import("web3-utils").AbiItem[];
9
+ 'DSA-SPELL-A': import("web3-utils").AbiItem[];
10
+ 'INSTA-DEX-SIMULATION-A': import("web3-utils").AbiItem[];
8
11
  'SWAP-AGGREGATOR-A': import("web3-utils").AbiItem[];
9
12
  'UNISWAP-V3-SWAP-A': import("web3-utils").AbiItem[];
10
13
  'HOP-MAINNET-A': import("web3-utils").AbiItem[];
@@ -19,4 +19,5 @@ export declare const connectorsV2_M1: {
19
19
  'HOP-A': string;
20
20
  'UNISWAP-V3-SWAP-A': string;
21
21
  'SWAP-AGGREGATOR-A': string;
22
+ 'DSA-SPELL-A': string;
22
23
  };
@@ -26,4 +26,5 @@ export declare const connectorsV2_M1: {
26
26
  'AAVE-V3-IMPORT-PERMIT-A': string;
27
27
  'AAVE-V3-CLAIM-A': string;
28
28
  'SWAP-AGGREGATOR-A': string;
29
+ 'DSA-SPELL-A': string;
29
30
  };
@@ -9,4 +9,7 @@ export declare const connectorsV2_M1: {
9
9
  'PARASWAP-A': string;
10
10
  'PARASWAP-V5-A': string;
11
11
  'SWAP-AGGREGATOR-A': string;
12
+ '1INCH-A': string;
13
+ '1INCH-V4-A': string;
14
+ 'DSA-SPELL-A': string;
12
15
  };
@@ -232,6 +232,8 @@ export declare const Addresses: {
232
232
  'NOTIONAL-V2-A': string;
233
233
  'HOP-MAINNET-A': string;
234
234
  'UNISWAP-V3-SWAP-A': string;
235
+ 'DSA-SPELL-A': string;
236
+ 'SWAP-AGGREGATOR-A': string;
235
237
  };
236
238
  };
237
239
  };
@@ -281,6 +283,9 @@ export declare const Addresses: {
281
283
  'HOP-A': string;
282
284
  'UNISWAP-V3-SWAP-A': string;
283
285
  'SWAP-AGGREGATOR-A': string;
286
+ 'INSTA-DEX-SIMULATION-A': string;
287
+ 'DSA-SPELL-A': string;
288
+ 'SOCKET-A': string;
284
289
  };
285
290
  };
286
291
  };
@@ -307,6 +312,7 @@ export declare const Addresses: {
307
312
  'HOP-A': string;
308
313
  'UNISWAP-V3-SWAP-A': string;
309
314
  'SWAP-AGGREGATOR-A': string;
315
+ 'DSA-SPELL-A': string;
310
316
  };
311
317
  };
312
318
  };
@@ -340,6 +346,7 @@ export declare const Addresses: {
340
346
  'AAVE-V3-IMPORT-PERMIT-A': string;
341
347
  'AAVE-V3-CLAIM-A': string;
342
348
  'SWAP-AGGREGATOR-A': string;
349
+ 'DSA-SPELL-A': string;
343
350
  };
344
351
  };
345
352
  };
@@ -363,6 +370,8 @@ export declare const Addresses: {
363
370
  'HOP-A': string;
364
371
  'UNISWAP-V3-SWAP-A': string;
365
372
  'SWAP-AGGREGATOR-A': string;
373
+ 'AAVE-V3-IMPORT-PERMIT-A': string;
374
+ 'DSA-SPELL-A': string;
366
375
  };
367
376
  };
368
377
  };
@@ -379,6 +388,9 @@ export declare const Addresses: {
379
388
  'PARASWAP-A': string;
380
389
  'PARASWAP-V5-A': string;
381
390
  'SWAP-AGGREGATOR-A': string;
391
+ '1INCH-A': string;
392
+ '1INCH-V4-A': string;
393
+ 'DSA-SPELL-A': string;
382
394
  };
383
395
  };
384
396
  };
@@ -64,4 +64,6 @@ export declare const connectorsV2_M1: {
64
64
  'NOTIONAL-V2-A': string;
65
65
  'HOP-MAINNET-A': string;
66
66
  'UNISWAP-V3-SWAP-A': string;
67
+ 'DSA-SPELL-A': string;
68
+ 'SWAP-AGGREGATOR-A': string;
67
69
  };
@@ -16,4 +16,6 @@ export declare const connectorsV2_M1: {
16
16
  'HOP-A': string;
17
17
  'UNISWAP-V3-SWAP-A': string;
18
18
  'SWAP-AGGREGATOR-A': string;
19
+ 'AAVE-V3-IMPORT-PERMIT-A': string;
20
+ 'DSA-SPELL-A': string;
19
21
  };
@@ -38,4 +38,7 @@ export declare const connectorsV2_M1: {
38
38
  'HOP-A': string;
39
39
  'UNISWAP-V3-SWAP-A': string;
40
40
  'SWAP-AGGREGATOR-A': string;
41
+ 'INSTA-DEX-SIMULATION-A': string;
42
+ 'DSA-SPELL-A': string;
43
+ 'SOCKET-A': string;
41
44
  };