@chainflip/rpc 2.0.4 → 2.0.6

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
@@ -639,7 +639,7 @@ var cfLendingConfig = _zod.z.object({
639
639
  });
640
640
  var cfLoanAccount = _zod.z.object({
641
641
  account: accountId,
642
- primary_collateral_asset: rpcAssetSchema,
642
+ collateral_topup_asset: rpcAssetSchema.nullable(),
643
643
  ltv_ratio: numberOrHex.nullable(),
644
644
  collateral: _zod.z.array(
645
645
  _zod.z.intersection(