dsa-connect 0.6.39 → 0.6.40

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,8 @@ 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[];
112
114
  };
113
115
  };
114
116
  };
@@ -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,6 @@ 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[];
104
106
  };
@@ -107,6 +107,8 @@ 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[];
110
112
  };
111
113
  };
112
114
  };
@@ -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
  };
@@ -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
  };