@chainflip/rpc 1.11.7 → 1.11.8

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
@@ -621,7 +621,10 @@ var cfLendingConfig = _zod.z.object({
621
621
  liquidation_swap_chunk_size_usd: numberOrHex,
622
622
  soft_liquidation_max_oracle_slippage: _zod.z.number(),
623
623
  hard_liquidation_max_oracle_slippage: _zod.z.number(),
624
- fee_swap_max_oracle_slippage: _zod.z.number()
624
+ fee_swap_max_oracle_slippage: _zod.z.number(),
625
+ minimum_loan_amount_usd: numberOrHex,
626
+ minimum_update_loan_amount_usd: numberOrHex,
627
+ minimum_update_collateral_amount_usd: numberOrHex
625
628
  });
626
629
  var cfLoanAccount = _zod.z.object({
627
630
  account: accountId,