@zoralabs/protocol-deployments 0.0.5-prerelease.0 → 0.0.6

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.
@@ -139,8 +139,8 @@ export declare const walletClientWithAccount: {
139
139
  [x: `uint256[${string}]`]: undefined;
140
140
  [x: `bool[${string}]`]: undefined;
141
141
  [x: `uint96[${string}]`]: undefined;
142
- [x: `uint64[${string}]`]: undefined;
143
142
  [x: `bytes4[${string}]`]: undefined;
143
+ [x: `uint64[${string}]`]: undefined;
144
144
  [x: `bytes2[${string}]`]: undefined;
145
145
  [x: `bytes1[${string}]`]: undefined;
146
146
  [x: `bytes3[${string}]`]: undefined;
@@ -241,8 +241,8 @@ export declare const walletClientWithAccount: {
241
241
  uint256?: undefined;
242
242
  bool?: undefined;
243
243
  uint96?: undefined;
244
- uint64?: undefined;
245
244
  bytes4?: undefined;
245
+ uint64?: undefined;
246
246
  bytes2?: undefined;
247
247
  bytes1?: undefined;
248
248
  bytes3?: undefined;