@chainflip/rpc 1.11.8 → 1.11.9

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.mjs CHANGED
@@ -610,7 +610,7 @@ var cfLendingConfig = z.object({
610
610
  }),
611
611
  network_fee_contributions: z.object({
612
612
  extra_interest: z.number(),
613
- interest_on_collateral_max: z.number(),
613
+ low_ltv_penalty_max: z.number(),
614
614
  from_origination_fee: z.number(),
615
615
  from_liquidation_fee: z.number()
616
616
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainflip/rpc",
3
- "version": "1.11.8",
3
+ "version": "1.11.9",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@chainflip/utils": "0.11.0",