@zoralabs/protocol-deployments 0.0.6 → 0.0.7

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.
@@ -132,20 +132,20 @@ export declare const walletClientWithAccount: {
132
132
  [x: `string[${string}]`]: undefined;
133
133
  [x: `function[${string}]`]: undefined;
134
134
  [x: `address[${string}]`]: undefined;
135
- [x: `uint8[${string}]`]: undefined;
136
135
  [x: `uint32[${string}]`]: undefined;
137
136
  [x: `bytes32[${string}]`]: undefined;
138
137
  [x: `bytes[${string}]`]: undefined;
138
+ [x: `uint8[${string}]`]: undefined;
139
139
  [x: `uint256[${string}]`]: undefined;
140
- [x: `bool[${string}]`]: undefined;
141
140
  [x: `uint96[${string}]`]: undefined;
141
+ [x: `bool[${string}]`]: undefined;
142
142
  [x: `bytes4[${string}]`]: undefined;
143
143
  [x: `uint64[${string}]`]: undefined;
144
- [x: `bytes2[${string}]`]: undefined;
145
144
  [x: `bytes1[${string}]`]: undefined;
146
145
  [x: `bytes3[${string}]`]: undefined;
147
- [x: `bytes6[${string}]`]: undefined;
148
146
  [x: `bytes5[${string}]`]: undefined;
147
+ [x: `bytes2[${string}]`]: undefined;
148
+ [x: `bytes6[${string}]`]: undefined;
149
149
  [x: `bytes10[${string}]`]: undefined;
150
150
  [x: `bytes8[${string}]`]: undefined;
151
151
  [x: `bytes19[${string}]`]: undefined;
@@ -234,20 +234,20 @@ export declare const walletClientWithAccount: {
234
234
  [x: `uint248[${string}]`]: undefined;
235
235
  string?: undefined;
236
236
  address?: undefined;
237
- uint8?: undefined;
238
237
  uint32?: undefined;
239
238
  bytes32?: undefined;
240
239
  bytes?: undefined;
240
+ uint8?: undefined;
241
241
  uint256?: undefined;
242
- bool?: undefined;
243
242
  uint96?: undefined;
243
+ bool?: undefined;
244
244
  bytes4?: undefined;
245
245
  uint64?: undefined;
246
- bytes2?: undefined;
247
246
  bytes1?: undefined;
248
247
  bytes3?: undefined;
249
- bytes6?: undefined;
250
248
  bytes5?: undefined;
249
+ bytes2?: undefined;
250
+ bytes6?: undefined;
251
251
  bytes10?: undefined;
252
252
  bytes8?: undefined;
253
253
  bytes19?: undefined;