@chainflip/rpc 1.11.13 → 1.11.14
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 +6 -3
- package/dist/common.d.ts +6 -3
- package/dist/parsers.cjs +2 -1
- package/dist/parsers.d.cts +6 -3
- package/dist/parsers.d.ts +6 -3
- package/dist/parsers.mjs +2 -1
- package/package.json +1 -1
package/dist/common.d.cts
CHANGED
|
@@ -25874,7 +25874,8 @@ declare const rpcResult: {
|
|
|
25874
25874
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
25875
25875
|
fee_swap_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25876
25876
|
interest_collection_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25877
|
-
|
|
25877
|
+
soft_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25878
|
+
hard_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25878
25879
|
soft_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
25879
25880
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
25880
25881
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
@@ -25901,7 +25902,8 @@ declare const rpcResult: {
|
|
|
25901
25902
|
interest_payment_interval_blocks: number;
|
|
25902
25903
|
fee_swap_threshold_usd: bigint;
|
|
25903
25904
|
interest_collection_threshold_usd: bigint;
|
|
25904
|
-
|
|
25905
|
+
soft_liquidation_swap_chunk_size_usd: bigint;
|
|
25906
|
+
hard_liquidation_swap_chunk_size_usd: bigint;
|
|
25905
25907
|
soft_liquidation_max_oracle_slippage: number;
|
|
25906
25908
|
hard_liquidation_max_oracle_slippage: number;
|
|
25907
25909
|
fee_swap_max_oracle_slippage: number;
|
|
@@ -25928,7 +25930,8 @@ declare const rpcResult: {
|
|
|
25928
25930
|
interest_payment_interval_blocks: number;
|
|
25929
25931
|
fee_swap_threshold_usd: string | number;
|
|
25930
25932
|
interest_collection_threshold_usd: string | number;
|
|
25931
|
-
|
|
25933
|
+
soft_liquidation_swap_chunk_size_usd: string | number;
|
|
25934
|
+
hard_liquidation_swap_chunk_size_usd: string | number;
|
|
25932
25935
|
soft_liquidation_max_oracle_slippage: number;
|
|
25933
25936
|
hard_liquidation_max_oracle_slippage: number;
|
|
25934
25937
|
fee_swap_max_oracle_slippage: number;
|
package/dist/common.d.ts
CHANGED
|
@@ -25874,7 +25874,8 @@ declare const rpcResult: {
|
|
|
25874
25874
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
25875
25875
|
fee_swap_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25876
25876
|
interest_collection_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25877
|
-
|
|
25877
|
+
soft_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25878
|
+
hard_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25878
25879
|
soft_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
25879
25880
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
25880
25881
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
@@ -25901,7 +25902,8 @@ declare const rpcResult: {
|
|
|
25901
25902
|
interest_payment_interval_blocks: number;
|
|
25902
25903
|
fee_swap_threshold_usd: bigint;
|
|
25903
25904
|
interest_collection_threshold_usd: bigint;
|
|
25904
|
-
|
|
25905
|
+
soft_liquidation_swap_chunk_size_usd: bigint;
|
|
25906
|
+
hard_liquidation_swap_chunk_size_usd: bigint;
|
|
25905
25907
|
soft_liquidation_max_oracle_slippage: number;
|
|
25906
25908
|
hard_liquidation_max_oracle_slippage: number;
|
|
25907
25909
|
fee_swap_max_oracle_slippage: number;
|
|
@@ -25928,7 +25930,8 @@ declare const rpcResult: {
|
|
|
25928
25930
|
interest_payment_interval_blocks: number;
|
|
25929
25931
|
fee_swap_threshold_usd: string | number;
|
|
25930
25932
|
interest_collection_threshold_usd: string | number;
|
|
25931
|
-
|
|
25933
|
+
soft_liquidation_swap_chunk_size_usd: string | number;
|
|
25934
|
+
hard_liquidation_swap_chunk_size_usd: string | number;
|
|
25932
25935
|
soft_liquidation_max_oracle_slippage: number;
|
|
25933
25936
|
hard_liquidation_max_oracle_slippage: number;
|
|
25934
25937
|
fee_swap_max_oracle_slippage: number;
|
package/dist/parsers.cjs
CHANGED
|
@@ -618,7 +618,8 @@ var cfLendingConfig = _zod.z.object({
|
|
|
618
618
|
interest_payment_interval_blocks: _zod.z.number(),
|
|
619
619
|
fee_swap_threshold_usd: numberOrHex,
|
|
620
620
|
interest_collection_threshold_usd: numberOrHex,
|
|
621
|
-
|
|
621
|
+
soft_liquidation_swap_chunk_size_usd: numberOrHex,
|
|
622
|
+
hard_liquidation_swap_chunk_size_usd: numberOrHex,
|
|
622
623
|
soft_liquidation_max_oracle_slippage: _zod.z.number(),
|
|
623
624
|
hard_liquidation_max_oracle_slippage: _zod.z.number(),
|
|
624
625
|
fee_swap_max_oracle_slippage: _zod.z.number(),
|
package/dist/parsers.d.cts
CHANGED
|
@@ -30192,7 +30192,8 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30192
30192
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
30193
30193
|
fee_swap_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30194
30194
|
interest_collection_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30195
|
-
|
|
30195
|
+
soft_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30196
|
+
hard_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30196
30197
|
soft_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
30197
30198
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
30198
30199
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
@@ -30219,7 +30220,8 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30219
30220
|
interest_payment_interval_blocks: number;
|
|
30220
30221
|
fee_swap_threshold_usd: bigint;
|
|
30221
30222
|
interest_collection_threshold_usd: bigint;
|
|
30222
|
-
|
|
30223
|
+
soft_liquidation_swap_chunk_size_usd: bigint;
|
|
30224
|
+
hard_liquidation_swap_chunk_size_usd: bigint;
|
|
30223
30225
|
soft_liquidation_max_oracle_slippage: number;
|
|
30224
30226
|
hard_liquidation_max_oracle_slippage: number;
|
|
30225
30227
|
fee_swap_max_oracle_slippage: number;
|
|
@@ -30246,7 +30248,8 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30246
30248
|
interest_payment_interval_blocks: number;
|
|
30247
30249
|
fee_swap_threshold_usd: string | number;
|
|
30248
30250
|
interest_collection_threshold_usd: string | number;
|
|
30249
|
-
|
|
30251
|
+
soft_liquidation_swap_chunk_size_usd: string | number;
|
|
30252
|
+
hard_liquidation_swap_chunk_size_usd: string | number;
|
|
30250
30253
|
soft_liquidation_max_oracle_slippage: number;
|
|
30251
30254
|
hard_liquidation_max_oracle_slippage: number;
|
|
30252
30255
|
fee_swap_max_oracle_slippage: number;
|
package/dist/parsers.d.ts
CHANGED
|
@@ -30192,7 +30192,8 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30192
30192
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
30193
30193
|
fee_swap_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30194
30194
|
interest_collection_threshold_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30195
|
-
|
|
30195
|
+
soft_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30196
|
+
hard_liquidation_swap_chunk_size_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30196
30197
|
soft_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
30197
30198
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
30198
30199
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
@@ -30219,7 +30220,8 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30219
30220
|
interest_payment_interval_blocks: number;
|
|
30220
30221
|
fee_swap_threshold_usd: bigint;
|
|
30221
30222
|
interest_collection_threshold_usd: bigint;
|
|
30222
|
-
|
|
30223
|
+
soft_liquidation_swap_chunk_size_usd: bigint;
|
|
30224
|
+
hard_liquidation_swap_chunk_size_usd: bigint;
|
|
30223
30225
|
soft_liquidation_max_oracle_slippage: number;
|
|
30224
30226
|
hard_liquidation_max_oracle_slippage: number;
|
|
30225
30227
|
fee_swap_max_oracle_slippage: number;
|
|
@@ -30246,7 +30248,8 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30246
30248
|
interest_payment_interval_blocks: number;
|
|
30247
30249
|
fee_swap_threshold_usd: string | number;
|
|
30248
30250
|
interest_collection_threshold_usd: string | number;
|
|
30249
|
-
|
|
30251
|
+
soft_liquidation_swap_chunk_size_usd: string | number;
|
|
30252
|
+
hard_liquidation_swap_chunk_size_usd: string | number;
|
|
30250
30253
|
soft_liquidation_max_oracle_slippage: number;
|
|
30251
30254
|
hard_liquidation_max_oracle_slippage: number;
|
|
30252
30255
|
fee_swap_max_oracle_slippage: number;
|
package/dist/parsers.mjs
CHANGED
|
@@ -618,7 +618,8 @@ var cfLendingConfig = z.object({
|
|
|
618
618
|
interest_payment_interval_blocks: z.number(),
|
|
619
619
|
fee_swap_threshold_usd: numberOrHex,
|
|
620
620
|
interest_collection_threshold_usd: numberOrHex,
|
|
621
|
-
|
|
621
|
+
soft_liquidation_swap_chunk_size_usd: numberOrHex,
|
|
622
|
+
hard_liquidation_swap_chunk_size_usd: numberOrHex,
|
|
622
623
|
soft_liquidation_max_oracle_slippage: z.number(),
|
|
623
624
|
hard_liquidation_max_oracle_slippage: z.number(),
|
|
624
625
|
fee_swap_max_oracle_slippage: z.number(),
|