@chainflip/rpc 1.11.8 → 1.11.10

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
@@ -610,7 +610,7 @@ var cfLendingConfig = _zod.z.object({
610
610
  }),
611
611
  network_fee_contributions: _zod.z.object({
612
612
  extra_interest: _zod.z.number(),
613
- interest_on_collateral_max: _zod.z.number(),
613
+ low_ltv_penalty_max: _zod.z.number(),
614
614
  from_origination_fee: _zod.z.number(),
615
615
  from_liquidation_fee: _zod.z.number()
616
616
  }),
@@ -642,7 +642,6 @@ var cfLoanAccount = _zod.z.object({
642
642
  _zod.z.object({
643
643
  loan_id: _zod.z.number(),
644
644
  asset: rpcAssetSchema,
645
- created_at: _zod.z.number(),
646
645
  principal_amount: numberOrHex
647
646
  })
648
647
  ),