dsa-connect 0.6.53 → 0.6.55

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.
@@ -117,6 +117,8 @@ export declare const connectors: {
117
117
  'SPARK-A': import("web3-utils").AbiItem[];
118
118
  'KYBER-AGGREGATOR-A': import("web3-utils").AbiItem[];
119
119
  'BASIC-D': import("web3-utils").AbiItem[];
120
+ 'AVO-APPROVE-MULTISIG-A': import("web3-utils").AbiItem[];
121
+ 'AVO-APPROVE-MULTISIG-STAGING-A': import("web3-utils").AbiItem[];
120
122
  };
121
123
  };
122
124
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AVO_APPROVE_MULTISIG_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AVO_APPROVE_MULTISIG_STAGING_A: AbiItem[];
@@ -109,4 +109,6 @@ export declare const connectorsV2_M1: {
109
109
  'SPARK-A': import("web3-utils").AbiItem[];
110
110
  'KYBER-AGGREGATOR-A': import("web3-utils").AbiItem[];
111
111
  'BASIC-D': import("web3-utils").AbiItem[];
112
+ 'AVO-APPROVE-MULTISIG-A': import("web3-utils").AbiItem[];
113
+ 'AVO-APPROVE-MULTISIG-STAGING-A': import("web3-utils").AbiItem[];
112
114
  };
@@ -115,6 +115,8 @@ export declare const Abi: {
115
115
  'SPARK-A': import("web3-utils").AbiItem[];
116
116
  'KYBER-AGGREGATOR-A': import("web3-utils").AbiItem[];
117
117
  'BASIC-D': import("web3-utils").AbiItem[];
118
+ 'AVO-APPROVE-MULTISIG-A': import("web3-utils").AbiItem[];
119
+ 'AVO-APPROVE-MULTISIG-STAGING-A': import("web3-utils").AbiItem[];
118
120
  };
119
121
  };
120
122
  };
@@ -33,4 +33,6 @@ export declare const connectorsV2_M1: {
33
33
  'COMPOUND-V3-A': string;
34
34
  'COMPOUND-V3-REWARDS-A': string;
35
35
  'KYBER-AGGREGATOR-A': string;
36
+ 'AVO-APPROVE-MULTISIG-A': string;
37
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
36
38
  };
@@ -34,4 +34,6 @@ export declare const connectorsV2_M1: {
34
34
  'AVO-APPROVE-A': string;
35
35
  'AVO-APPROVE-STAGING-A': string;
36
36
  'KYBER-AGGREGATOR-A': string;
37
+ 'AVO-APPROVE-MULTISIG-A': string;
38
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
37
39
  };
@@ -20,4 +20,6 @@ export declare const connectorsV2_M1: {
20
20
  'AAVE-V3-A': string;
21
21
  'AAVE-V3-IMPORT-PERMIT-A': string;
22
22
  'INSTAPOOL-C': string;
23
+ 'AVO-APPROVE-MULTISIG-A': string;
24
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
23
25
  };
@@ -278,7 +278,9 @@ export declare const Addresses: {
278
278
  'CONNEXT-A': string;
279
279
  'SPARK-A': string;
280
280
  'KYBER-AGGREGATOR-A': string;
281
- BASIC_D: string;
281
+ 'BASIC-D': string;
282
+ 'AVO-APPROVE-MULTISIG-A': string;
283
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
282
284
  };
283
285
  };
284
286
  };
@@ -341,6 +343,8 @@ export declare const Addresses: {
341
343
  'COMPOUND-V3-A': string;
342
344
  'COMPOUND-V3-REWARDS-A': string;
343
345
  'KYBER-AGGREGATOR-A': string;
346
+ 'AVO-APPROVE-MULTISIG-A': string;
347
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
344
348
  };
345
349
  };
346
350
  };
@@ -381,6 +385,8 @@ export declare const Addresses: {
381
385
  'COMPOUND-V3-A': string;
382
386
  'COMPOUND-V3-REWARDS-A': string;
383
387
  'KYBER-AGGREGATOR-A': string;
388
+ 'AVO-APPROVE-MULTISIG-A': string;
389
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
384
390
  };
385
391
  };
386
392
  };
@@ -422,6 +428,8 @@ export declare const Addresses: {
422
428
  'AVO-APPROVE-A': string;
423
429
  'AVO-APPROVE-STAGING-A': string;
424
430
  'KYBER-AGGREGATOR-A': string;
431
+ 'AVO-APPROVE-MULTISIG-A': string;
432
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
425
433
  };
426
434
  };
427
435
  };
@@ -458,6 +466,8 @@ export declare const Addresses: {
458
466
  'AVO-APPROVE-STAGING-A': string;
459
467
  'CONNEXT-A': string;
460
468
  'KYBER-AGGREGATOR-A': string;
469
+ 'AVO-APPROVE-MULTISIG-A': string;
470
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
461
471
  };
462
472
  };
463
473
  };
@@ -508,6 +518,8 @@ export declare const Addresses: {
508
518
  'AAVE-V3-A': string;
509
519
  'AAVE-V3-IMPORT-PERMIT-A': string;
510
520
  'INSTAPOOL-C': string;
521
+ 'AVO-APPROVE-MULTISIG-A': string;
522
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
511
523
  };
512
524
  };
513
525
  };
@@ -91,5 +91,7 @@ export declare const connectorsV2_M1: {
91
91
  'CONNEXT-A': string;
92
92
  'SPARK-A': string;
93
93
  'KYBER-AGGREGATOR-A': string;
94
- BASIC_D: string;
94
+ 'BASIC-D': string;
95
+ 'AVO-APPROVE-MULTISIG-A': string;
96
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
95
97
  };
@@ -29,4 +29,6 @@ export declare const connectorsV2_M1: {
29
29
  'AVO-APPROVE-STAGING-A': string;
30
30
  'CONNEXT-A': string;
31
31
  'KYBER-AGGREGATOR-A': string;
32
+ 'AVO-APPROVE-MULTISIG-A': string;
33
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
32
34
  };
@@ -51,4 +51,6 @@ export declare const connectorsV2_M1: {
51
51
  'COMPOUND-V3-A': string;
52
52
  'COMPOUND-V3-REWARDS-A': string;
53
53
  'KYBER-AGGREGATOR-A': string;
54
+ 'AVO-APPROVE-MULTISIG-A': string;
55
+ 'AVO-APPROVE-MULTISIG-STAGING-A': string;
54
56
  };