@chainflip/rpc 2.0.3 → 2.0.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 +648 -648
- package/dist/common.d.ts +648 -648
- package/dist/parsers.cjs +8 -8
- package/dist/parsers.d.cts +776 -776
- package/dist/parsers.d.ts +776 -776
- package/dist/parsers.mjs +8 -8
- package/package.json +1 -1
package/dist/parsers.cjs
CHANGED
|
@@ -609,19 +609,19 @@ var cfLendingPools = _zod.z.array(
|
|
|
609
609
|
);
|
|
610
610
|
var cfLendingConfig = _zod.z.object({
|
|
611
611
|
ltv_thresholds: _zod.z.object({
|
|
612
|
-
target: _zod.z.number()
|
|
612
|
+
target: _zod.z.number(),
|
|
613
613
|
topup: _zod.z.number().nullable(),
|
|
614
|
-
soft_liquidation: _zod.z.number()
|
|
615
|
-
soft_liquidation_abort: _zod.z.number()
|
|
616
|
-
hard_liquidation: _zod.z.number()
|
|
617
|
-
hard_liquidation_abort: _zod.z.number()
|
|
614
|
+
soft_liquidation: _zod.z.number(),
|
|
615
|
+
soft_liquidation_abort: _zod.z.number(),
|
|
616
|
+
hard_liquidation: _zod.z.number(),
|
|
617
|
+
hard_liquidation_abort: _zod.z.number(),
|
|
618
618
|
low_ltv: _zod.z.number().nullable()
|
|
619
619
|
}),
|
|
620
620
|
network_fee_contributions: _zod.z.object({
|
|
621
|
-
extra_interest: _zod.z.number()
|
|
621
|
+
extra_interest: _zod.z.number(),
|
|
622
622
|
low_ltv_penalty_max: _zod.z.number().nullable(),
|
|
623
|
-
from_origination_fee: _zod.z.number()
|
|
624
|
-
from_liquidation_fee: _zod.z.number()
|
|
623
|
+
from_origination_fee: _zod.z.number(),
|
|
624
|
+
from_liquidation_fee: _zod.z.number()
|
|
625
625
|
}),
|
|
626
626
|
fee_swap_interval_blocks: _zod.z.number(),
|
|
627
627
|
interest_payment_interval_blocks: _zod.z.number(),
|