@chainflip/rpc 2.2.0-alpha.3 → 2.2.0-alpha.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
@@ -716,6 +716,7 @@ const cfLendingPools = zod.z.array(zod.z.object({
716
716
  total_amount: numberOrHex,
717
717
  available_amount: numberOrHex,
718
718
  utilisation_rate: zod.z.number(),
719
+ utilisation_cap: zod.z.number().optional(),
719
720
  current_interest_rate: zod.z.number(),
720
721
  origination_fee: zod.z.number(),
721
722
  liquidation_fee: zod.z.number(),