@chainflip/rpc 2.0.6 → 2.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.
package/dist/parsers.cjs CHANGED
@@ -501,7 +501,9 @@ var cfOraclePrices = _zod.z.array(
501
501
  updated_at_oracle_timestamp: _zod.z.number(),
502
502
  updated_at_statechain_block: _zod.z.number(),
503
503
  base_asset: _zod.z.enum(_chainflip.priceAssets),
504
- quote_asset: _zod.z.enum(_chainflip.priceAssets)
504
+ quote_asset: _zod.z.enum(_chainflip.priceAssets),
505
+ price_status: _zod.z.enum(["UpToDate", "Stale", "MaybeStale"]).optional()
506
+ // TODO remove `optional` after backspin updates
505
507
  })
506
508
  );
507
509
  var broadcastPalletSafeModeStatuses = _zod.z.object({