dsa-connect 0.7.10 → 0.7.11

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.
@@ -150,6 +150,7 @@ export declare const connectors: {
150
150
  'ZEROX-V5-A': import("web3-utils").AbiItem[];
151
151
  'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
152
152
  'ZEROX-V2-A': import("web3-utils").AbiItem[];
153
+ 'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
153
154
  };
154
155
  };
155
156
  };
@@ -0,0 +1,2 @@
1
+ import { AbiItem } from 'web3-utils';
2
+ export declare const MORPHO_TOKEN_WRAPPER_A: AbiItem[];
@@ -142,4 +142,5 @@ export declare const connectorsV2_M1: {
142
142
  'ZEROX-V5-A': import("web3-utils").AbiItem[];
143
143
  'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
144
144
  'ZEROX-V2-A': import("web3-utils").AbiItem[];
145
+ 'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
145
146
  };
@@ -148,6 +148,7 @@ export declare const Abi: {
148
148
  'ZEROX-V5-A': import("web3-utils").AbiItem[];
149
149
  'MERKLE-CLAIM-LRT-A': import("web3-utils").AbiItem[];
150
150
  'ZEROX-V2-A': import("web3-utils").AbiItem[];
151
+ 'MORPHO-TOKEN-WRAPPER-A': import("web3-utils").AbiItem[];
151
152
  };
152
153
  };
153
154
  };
@@ -312,6 +312,7 @@ export declare const Addresses: {
312
312
  'ZEROX-V5-A': string;
313
313
  'MERKLE-CLAIM-LRT-A': string;
314
314
  'ZEROX-V2-A': string;
315
+ 'MORPHO-TOKEN-WRAPPER-A': string;
315
316
  };
316
317
  };
317
318
  };
@@ -125,4 +125,5 @@ export declare const connectorsV2_M1: {
125
125
  'ZEROX-V5-A': string;
126
126
  'MERKLE-CLAIM-LRT-A': string;
127
127
  'ZEROX-V2-A': string;
128
+ 'MORPHO-TOKEN-WRAPPER-A': string;
128
129
  };