dsa-connect 0.6.39 → 0.6.41

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.
@@ -109,6 +109,9 @@ export declare const connectors: {
109
109
  'UBIQUITY-A': import("web3-utils").AbiItem[];
110
110
  'AVO-APPROVE-A': import("web3-utils").AbiItem[];
111
111
  'AVO-APPROVE-STAGING-A': import("web3-utils").AbiItem[];
112
+ 'AVO-MAKER-A': import("web3-utils").AbiItem[];
113
+ 'AVO-MAKER-STAGING-A': import("web3-utils").AbiItem[];
114
+ 'ARB-CLAIM-A': import("web3-utils").AbiItem[];
112
115
  };
113
116
  };
114
117
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const ARB_CLAIM_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AVO_MAKER_A: AbiItem[];
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const AVO_MAKER_STAGING_A: AbiItem[];
@@ -101,4 +101,7 @@ export declare const connectorsV2_M1: {
101
101
  'UBIQUITY-A': import("web3-utils").AbiItem[];
102
102
  'AVO-APPROVE-A': import("web3-utils").AbiItem[];
103
103
  'AVO-APPROVE-STAGING-A': import("web3-utils").AbiItem[];
104
+ 'AVO-MAKER-A': import("web3-utils").AbiItem[];
105
+ 'AVO-MAKER-STAGING-A': import("web3-utils").AbiItem[];
106
+ 'ARB-CLAIM-A': import("web3-utils").AbiItem[];
104
107
  };
@@ -107,6 +107,9 @@ export declare const Abi: {
107
107
  'UBIQUITY-A': import("web3-utils").AbiItem[];
108
108
  'AVO-APPROVE-A': import("web3-utils").AbiItem[];
109
109
  'AVO-APPROVE-STAGING-A': import("web3-utils").AbiItem[];
110
+ 'AVO-MAKER-A': import("web3-utils").AbiItem[];
111
+ 'AVO-MAKER-STAGING-A': import("web3-utils").AbiItem[];
112
+ 'ARB-CLAIM-A': import("web3-utils").AbiItem[];
110
113
  };
111
114
  };
112
115
  };
@@ -27,4 +27,5 @@ export declare const connectorsV2_M1: {
27
27
  'ZEROX-V4-A': string;
28
28
  'AVO-APPROVE-A': string;
29
29
  'AVO-APPROVE-STAGING-A': string;
30
+ 'ARB-CLAIM-A': string;
30
31
  };
@@ -252,6 +252,8 @@ export declare const Addresses: {
252
252
  'MORPHO-REWARDS-A': string;
253
253
  'AVO-APPROVE-A': string;
254
254
  'AVO-APPROVE-STAGING-A': string;
255
+ 'AVO-MAKER-A': string;
256
+ 'AVO-MAKER-STAGING-A': string;
255
257
  };
256
258
  };
257
259
  };
@@ -343,6 +345,7 @@ export declare const Addresses: {
343
345
  'ZEROX-V4-A': string;
344
346
  'AVO-APPROVE-A': string;
345
347
  'AVO-APPROVE-STAGING-A': string;
348
+ 'ARB-CLAIM-A': string;
346
349
  };
347
350
  };
348
351
  };
@@ -84,4 +84,6 @@ export declare const connectorsV2_M1: {
84
84
  'MORPHO-REWARDS-A': string;
85
85
  'AVO-APPROVE-A': string;
86
86
  'AVO-APPROVE-STAGING-A': string;
87
+ 'AVO-MAKER-A': string;
88
+ 'AVO-MAKER-STAGING-A': string;
87
89
  };