@chainflip/rpc 2.2.0-alpha.3 → 2.2.0-alpha.4

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
@@ -713,6 +713,7 @@ const cfLendingPools = z.array(z.object({
713
713
  total_amount: numberOrHex,
714
714
  available_amount: numberOrHex,
715
715
  utilisation_rate: z.number(),
716
+ utilisation_cap: z.number().optional(),
716
717
  current_interest_rate: z.number(),
717
718
  origination_fee: z.number(),
718
719
  liquidation_fee: z.number(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainflip/rpc",
3
- "version": "2.2.0-alpha.3",
3
+ "version": "2.2.0-alpha.4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@chainflip/utils": "2.2.0-alpha.1",