@chainflip/rpc 1.11.3 → 1.11.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/common.d.cts +597 -597
- package/dist/common.d.ts +597 -597
- package/dist/parsers.cjs +7 -7
- package/dist/parsers.d.cts +721 -721
- package/dist/parsers.d.ts +721 -721
- package/dist/parsers.mjs +7 -7
- package/package.json +1 -1
package/dist/parsers.mjs
CHANGED
|
@@ -629,13 +629,13 @@ var cfLendingPools = z.array(
|
|
|
629
629
|
);
|
|
630
630
|
var cfLendingConfig = z.object({
|
|
631
631
|
ltv_thresholds: z.object({
|
|
632
|
-
target:
|
|
633
|
-
topup:
|
|
634
|
-
soft_liquidation:
|
|
635
|
-
soft_liquidation_abort:
|
|
636
|
-
hard_liquidation:
|
|
637
|
-
hard_liquidation_abort:
|
|
638
|
-
low_ltv:
|
|
632
|
+
target: z.number(),
|
|
633
|
+
topup: z.number(),
|
|
634
|
+
soft_liquidation: z.number(),
|
|
635
|
+
soft_liquidation_abort: z.number(),
|
|
636
|
+
hard_liquidation: z.number(),
|
|
637
|
+
hard_liquidation_abort: z.number(),
|
|
638
|
+
low_ltv: z.number()
|
|
639
639
|
}),
|
|
640
640
|
network_fee_contributions: z.object({
|
|
641
641
|
extra_interest: z.number(),
|