@chainflip/rpc 1.11.0-beta.4 → 1.11.0-beta.5

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.
package/dist/parsers.cjs CHANGED
@@ -364,7 +364,7 @@ var cfAuctionState = _zod.z.object({
364
364
  redemption_period_as_percentage: _zod.z.number(),
365
365
  min_funding: numberOrHex,
366
366
  auction_size_range: range(_zod.z.number()),
367
- min_active_bid: numberOrHex,
367
+ min_active_bid: numberOrHex.nullable(),
368
368
  min_bid: numberOrHex
369
369
  }).transform(rename({ epoch_duration: "epoch_duration_blocks" }));
370
370
  var cfFlipSuppy = range(numberOrHex).transform(([totalIssuance, offchainFunds]) => ({