@chainflip/rpc 1.11.3 → 1.11.4

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
@@ -629,13 +629,13 @@ var cfLendingPools = _zod.z.array(
629
629
  );
630
630
  var cfLendingConfig = _zod.z.object({
631
631
  ltv_thresholds: _zod.z.object({
632
- target: numberOrHex,
633
- topup: numberOrHex,
634
- soft_liquidation: numberOrHex,
635
- soft_liquidation_abort: numberOrHex,
636
- hard_liquidation: numberOrHex,
637
- hard_liquidation_abort: numberOrHex,
638
- low_ltv: numberOrHex
632
+ target: _zod.z.number(),
633
+ topup: _zod.z.number(),
634
+ soft_liquidation: _zod.z.number(),
635
+ soft_liquidation_abort: _zod.z.number(),
636
+ hard_liquidation: _zod.z.number(),
637
+ hard_liquidation_abort: _zod.z.number(),
638
+ low_ltv: _zod.z.number()
639
639
  }),
640
640
  network_fee_contributions: _zod.z.object({
641
641
  extra_interest: _zod.z.number(),