dsa-connect 0.6.44 → 0.6.46

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.
@@ -114,6 +114,7 @@ export declare const connectors: {
114
114
  'ARB-CLAIM-A': import("web3-utils").AbiItem[];
115
115
  'CONNEXT-A': import("web3-utils").AbiItem[];
116
116
  'SPARK-A': import("web3-utils").AbiItem[];
117
+ 'KYBER-AGGREGATOR-A': import("web3-utils").AbiItem[];
117
118
  };
118
119
  };
119
120
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const KYBER_AGGREGATOR_A: AbiItem[];
@@ -106,4 +106,5 @@ export declare const connectorsV2_M1: {
106
106
  'ARB-CLAIM-A': import("web3-utils").AbiItem[];
107
107
  'CONNEXT-A': import("web3-utils").AbiItem[];
108
108
  'SPARK-A': import("web3-utils").AbiItem[];
109
+ 'KYBER-AGGREGATOR-A': import("web3-utils").AbiItem[];
109
110
  };
@@ -112,6 +112,7 @@ export declare const Abi: {
112
112
  'ARB-CLAIM-A': import("web3-utils").AbiItem[];
113
113
  'CONNEXT-A': import("web3-utils").AbiItem[];
114
114
  'SPARK-A': import("web3-utils").AbiItem[];
115
+ 'KYBER-AGGREGATOR-A': import("web3-utils").AbiItem[];
115
116
  };
116
117
  };
117
118
  };
@@ -30,4 +30,7 @@ export declare const connectorsV2_M1: {
30
30
  'AVO-APPROVE-STAGING-A': string;
31
31
  'ARB-CLAIM-A': string;
32
32
  'CONNEXT-A': string;
33
+ 'COMPOUND-V3-A': string;
34
+ 'COMPOUND-V3-REWARDS-A': string;
35
+ 'KYBER-AGGREGATOR-A': string;
33
36
  };
@@ -33,4 +33,5 @@ export declare const connectorsV2_M1: {
33
33
  'AAVE-V3-AUTOMATION-STAGING-A': string;
34
34
  'AVO-APPROVE-A': string;
35
35
  'AVO-APPROVE-STAGING-A': string;
36
+ 'KYBER-AGGREGATOR-A': string;
36
37
  };
@@ -15,4 +15,5 @@ export declare const connectorsV2_M1: {
15
15
  'INSTA-DEX-SIMULATION-A': string;
16
16
  'ZEROX-A': string;
17
17
  'ZEROX-V4-A': string;
18
+ 'KYBER-AGGREGATOR-A': string;
18
19
  };
@@ -257,6 +257,7 @@ export declare const Addresses: {
257
257
  'AVO-MAKER-STAGING-A': string;
258
258
  'CONNEXT-A': string;
259
259
  'SPARK-A': string;
260
+ 'KYBER-AGGREGATOR-A': string;
260
261
  };
261
262
  };
262
263
  };
@@ -318,6 +319,7 @@ export declare const Addresses: {
318
319
  'CONNEXT-A': string;
319
320
  'COMPOUND-V3-A': string;
320
321
  'COMPOUND-V3-REWARDS-A': string;
322
+ 'KYBER-AGGREGATOR-A': string;
321
323
  };
322
324
  };
323
325
  };
@@ -355,6 +357,9 @@ export declare const Addresses: {
355
357
  'AVO-APPROVE-STAGING-A': string;
356
358
  'ARB-CLAIM-A': string;
357
359
  'CONNEXT-A': string;
360
+ 'COMPOUND-V3-A': string;
361
+ 'COMPOUND-V3-REWARDS-A': string;
362
+ 'KYBER-AGGREGATOR-A': string;
358
363
  };
359
364
  };
360
365
  };
@@ -395,6 +400,7 @@ export declare const Addresses: {
395
400
  'AAVE-V3-AUTOMATION-STAGING-A': string;
396
401
  'AVO-APPROVE-A': string;
397
402
  'AVO-APPROVE-STAGING-A': string;
403
+ 'KYBER-AGGREGATOR-A': string;
398
404
  };
399
405
  };
400
406
  };
@@ -430,6 +436,7 @@ export declare const Addresses: {
430
436
  'AVO-APPROVE-A': string;
431
437
  'AVO-APPROVE-STAGING-A': string;
432
438
  'CONNEXT-A': string;
439
+ 'KYBER-AGGREGATOR-A': string;
433
440
  };
434
441
  };
435
442
  };
@@ -452,6 +459,7 @@ export declare const Addresses: {
452
459
  'INSTA-DEX-SIMULATION-A': string;
453
460
  'ZEROX-A': string;
454
461
  'ZEROX-V4-A': string;
462
+ 'KYBER-AGGREGATOR-A': string;
455
463
  };
456
464
  };
457
465
  };
@@ -89,4 +89,5 @@ export declare const connectorsV2_M1: {
89
89
  'AVO-MAKER-STAGING-A': string;
90
90
  'CONNEXT-A': string;
91
91
  'SPARK-A': string;
92
+ 'KYBER-AGGREGATOR-A': string;
92
93
  };
@@ -28,4 +28,5 @@ export declare const connectorsV2_M1: {
28
28
  'AVO-APPROVE-A': string;
29
29
  'AVO-APPROVE-STAGING-A': string;
30
30
  'CONNEXT-A': string;
31
+ 'KYBER-AGGREGATOR-A': string;
31
32
  };
@@ -50,4 +50,5 @@ export declare const connectorsV2_M1: {
50
50
  'CONNEXT-A': string;
51
51
  'COMPOUND-V3-A': string;
52
52
  'COMPOUND-V3-REWARDS-A': string;
53
+ 'KYBER-AGGREGATOR-A': string;
53
54
  };