@chainflip/rpc 2.0.2 → 2.0.3
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 +62 -59
- package/dist/common.d.ts +62 -59
- package/dist/parsers.cjs +12 -11
- package/dist/parsers.d.cts +62 -59
- package/dist/parsers.d.ts +62 -59
- package/dist/parsers.mjs +12 -11
- package/package.json +1 -1
package/dist/common.d.cts
CHANGED
|
@@ -25871,45 +25871,45 @@ declare const rpcResult: {
|
|
|
25871
25871
|
}>, "many">;
|
|
25872
25872
|
readonly cf_lending_config: z.ZodObject<{
|
|
25873
25873
|
ltv_thresholds: z.ZodObject<{
|
|
25874
|
-
target: z.ZodNumber
|
|
25875
|
-
topup: z.ZodNumber
|
|
25876
|
-
soft_liquidation: z.ZodNumber
|
|
25877
|
-
soft_liquidation_abort: z.ZodNumber
|
|
25878
|
-
hard_liquidation: z.ZodNumber
|
|
25879
|
-
hard_liquidation_abort: z.ZodNumber
|
|
25880
|
-
low_ltv: z.ZodNumber
|
|
25881
|
-
}, "strip", z.ZodTypeAny, {
|
|
25882
|
-
target: number;
|
|
25883
|
-
topup: number;
|
|
25884
|
-
soft_liquidation: number;
|
|
25885
|
-
soft_liquidation_abort: number;
|
|
25886
|
-
hard_liquidation: number;
|
|
25887
|
-
hard_liquidation_abort: number;
|
|
25888
|
-
low_ltv: number;
|
|
25889
|
-
}, {
|
|
25890
|
-
target: number;
|
|
25891
|
-
topup: number;
|
|
25892
|
-
soft_liquidation: number;
|
|
25893
|
-
soft_liquidation_abort: number;
|
|
25894
|
-
hard_liquidation: number;
|
|
25895
|
-
hard_liquidation_abort: number;
|
|
25896
|
-
low_ltv: number;
|
|
25874
|
+
target: z.ZodNullable<z.ZodNumber>;
|
|
25875
|
+
topup: z.ZodNullable<z.ZodNumber>;
|
|
25876
|
+
soft_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
25877
|
+
soft_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
25878
|
+
hard_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
25879
|
+
hard_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
25880
|
+
low_ltv: z.ZodNullable<z.ZodNumber>;
|
|
25881
|
+
}, "strip", z.ZodTypeAny, {
|
|
25882
|
+
target: number | null;
|
|
25883
|
+
topup: number | null;
|
|
25884
|
+
soft_liquidation: number | null;
|
|
25885
|
+
soft_liquidation_abort: number | null;
|
|
25886
|
+
hard_liquidation: number | null;
|
|
25887
|
+
hard_liquidation_abort: number | null;
|
|
25888
|
+
low_ltv: number | null;
|
|
25889
|
+
}, {
|
|
25890
|
+
target: number | null;
|
|
25891
|
+
topup: number | null;
|
|
25892
|
+
soft_liquidation: number | null;
|
|
25893
|
+
soft_liquidation_abort: number | null;
|
|
25894
|
+
hard_liquidation: number | null;
|
|
25895
|
+
hard_liquidation_abort: number | null;
|
|
25896
|
+
low_ltv: number | null;
|
|
25897
25897
|
}>;
|
|
25898
25898
|
network_fee_contributions: z.ZodObject<{
|
|
25899
|
-
extra_interest: z.ZodNumber
|
|
25900
|
-
low_ltv_penalty_max: z.ZodNumber
|
|
25901
|
-
from_origination_fee: z.ZodNumber
|
|
25902
|
-
from_liquidation_fee: z.ZodNumber
|
|
25903
|
-
}, "strip", z.ZodTypeAny, {
|
|
25904
|
-
extra_interest: number;
|
|
25905
|
-
low_ltv_penalty_max: number;
|
|
25906
|
-
from_origination_fee: number;
|
|
25907
|
-
from_liquidation_fee: number;
|
|
25908
|
-
}, {
|
|
25909
|
-
extra_interest: number;
|
|
25910
|
-
low_ltv_penalty_max: number;
|
|
25911
|
-
from_origination_fee: number;
|
|
25912
|
-
from_liquidation_fee: number;
|
|
25899
|
+
extra_interest: z.ZodNullable<z.ZodNumber>;
|
|
25900
|
+
low_ltv_penalty_max: z.ZodNullable<z.ZodNumber>;
|
|
25901
|
+
from_origination_fee: z.ZodNullable<z.ZodNumber>;
|
|
25902
|
+
from_liquidation_fee: z.ZodNullable<z.ZodNumber>;
|
|
25903
|
+
}, "strip", z.ZodTypeAny, {
|
|
25904
|
+
extra_interest: number | null;
|
|
25905
|
+
low_ltv_penalty_max: number | null;
|
|
25906
|
+
from_origination_fee: number | null;
|
|
25907
|
+
from_liquidation_fee: number | null;
|
|
25908
|
+
}, {
|
|
25909
|
+
extra_interest: number | null;
|
|
25910
|
+
low_ltv_penalty_max: number | null;
|
|
25911
|
+
from_origination_fee: number | null;
|
|
25912
|
+
from_liquidation_fee: number | null;
|
|
25913
25913
|
}>;
|
|
25914
25914
|
fee_swap_interval_blocks: z.ZodNumber;
|
|
25915
25915
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
@@ -25921,23 +25921,24 @@ declare const rpcResult: {
|
|
|
25921
25921
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
25922
25922
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
25923
25923
|
minimum_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25924
|
+
minimum_supply_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25924
25925
|
minimum_update_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25925
25926
|
minimum_update_collateral_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25926
25927
|
}, "strip", z.ZodTypeAny, {
|
|
25927
25928
|
ltv_thresholds: {
|
|
25928
|
-
target: number;
|
|
25929
|
-
topup: number;
|
|
25930
|
-
soft_liquidation: number;
|
|
25931
|
-
soft_liquidation_abort: number;
|
|
25932
|
-
hard_liquidation: number;
|
|
25933
|
-
hard_liquidation_abort: number;
|
|
25934
|
-
low_ltv: number;
|
|
25929
|
+
target: number | null;
|
|
25930
|
+
topup: number | null;
|
|
25931
|
+
soft_liquidation: number | null;
|
|
25932
|
+
soft_liquidation_abort: number | null;
|
|
25933
|
+
hard_liquidation: number | null;
|
|
25934
|
+
hard_liquidation_abort: number | null;
|
|
25935
|
+
low_ltv: number | null;
|
|
25935
25936
|
};
|
|
25936
25937
|
network_fee_contributions: {
|
|
25937
|
-
extra_interest: number;
|
|
25938
|
-
low_ltv_penalty_max: number;
|
|
25939
|
-
from_origination_fee: number;
|
|
25940
|
-
from_liquidation_fee: number;
|
|
25938
|
+
extra_interest: number | null;
|
|
25939
|
+
low_ltv_penalty_max: number | null;
|
|
25940
|
+
from_origination_fee: number | null;
|
|
25941
|
+
from_liquidation_fee: number | null;
|
|
25941
25942
|
};
|
|
25942
25943
|
fee_swap_interval_blocks: number;
|
|
25943
25944
|
interest_payment_interval_blocks: number;
|
|
@@ -25949,23 +25950,24 @@ declare const rpcResult: {
|
|
|
25949
25950
|
hard_liquidation_max_oracle_slippage: number;
|
|
25950
25951
|
fee_swap_max_oracle_slippage: number;
|
|
25951
25952
|
minimum_loan_amount_usd: bigint;
|
|
25953
|
+
minimum_supply_amount_usd: bigint;
|
|
25952
25954
|
minimum_update_loan_amount_usd: bigint;
|
|
25953
25955
|
minimum_update_collateral_amount_usd: bigint;
|
|
25954
25956
|
}, {
|
|
25955
25957
|
ltv_thresholds: {
|
|
25956
|
-
target: number;
|
|
25957
|
-
topup: number;
|
|
25958
|
-
soft_liquidation: number;
|
|
25959
|
-
soft_liquidation_abort: number;
|
|
25960
|
-
hard_liquidation: number;
|
|
25961
|
-
hard_liquidation_abort: number;
|
|
25962
|
-
low_ltv: number;
|
|
25958
|
+
target: number | null;
|
|
25959
|
+
topup: number | null;
|
|
25960
|
+
soft_liquidation: number | null;
|
|
25961
|
+
soft_liquidation_abort: number | null;
|
|
25962
|
+
hard_liquidation: number | null;
|
|
25963
|
+
hard_liquidation_abort: number | null;
|
|
25964
|
+
low_ltv: number | null;
|
|
25963
25965
|
};
|
|
25964
25966
|
network_fee_contributions: {
|
|
25965
|
-
extra_interest: number;
|
|
25966
|
-
low_ltv_penalty_max: number;
|
|
25967
|
-
from_origination_fee: number;
|
|
25968
|
-
from_liquidation_fee: number;
|
|
25967
|
+
extra_interest: number | null;
|
|
25968
|
+
low_ltv_penalty_max: number | null;
|
|
25969
|
+
from_origination_fee: number | null;
|
|
25970
|
+
from_liquidation_fee: number | null;
|
|
25969
25971
|
};
|
|
25970
25972
|
fee_swap_interval_blocks: number;
|
|
25971
25973
|
interest_payment_interval_blocks: number;
|
|
@@ -25977,6 +25979,7 @@ declare const rpcResult: {
|
|
|
25977
25979
|
hard_liquidation_max_oracle_slippage: number;
|
|
25978
25980
|
fee_swap_max_oracle_slippage: number;
|
|
25979
25981
|
minimum_loan_amount_usd: string | number;
|
|
25982
|
+
minimum_supply_amount_usd: string | number;
|
|
25980
25983
|
minimum_update_loan_amount_usd: string | number;
|
|
25981
25984
|
minimum_update_collateral_amount_usd: string | number;
|
|
25982
25985
|
}>;
|
package/dist/common.d.ts
CHANGED
|
@@ -25871,45 +25871,45 @@ declare const rpcResult: {
|
|
|
25871
25871
|
}>, "many">;
|
|
25872
25872
|
readonly cf_lending_config: z.ZodObject<{
|
|
25873
25873
|
ltv_thresholds: z.ZodObject<{
|
|
25874
|
-
target: z.ZodNumber
|
|
25875
|
-
topup: z.ZodNumber
|
|
25876
|
-
soft_liquidation: z.ZodNumber
|
|
25877
|
-
soft_liquidation_abort: z.ZodNumber
|
|
25878
|
-
hard_liquidation: z.ZodNumber
|
|
25879
|
-
hard_liquidation_abort: z.ZodNumber
|
|
25880
|
-
low_ltv: z.ZodNumber
|
|
25881
|
-
}, "strip", z.ZodTypeAny, {
|
|
25882
|
-
target: number;
|
|
25883
|
-
topup: number;
|
|
25884
|
-
soft_liquidation: number;
|
|
25885
|
-
soft_liquidation_abort: number;
|
|
25886
|
-
hard_liquidation: number;
|
|
25887
|
-
hard_liquidation_abort: number;
|
|
25888
|
-
low_ltv: number;
|
|
25889
|
-
}, {
|
|
25890
|
-
target: number;
|
|
25891
|
-
topup: number;
|
|
25892
|
-
soft_liquidation: number;
|
|
25893
|
-
soft_liquidation_abort: number;
|
|
25894
|
-
hard_liquidation: number;
|
|
25895
|
-
hard_liquidation_abort: number;
|
|
25896
|
-
low_ltv: number;
|
|
25874
|
+
target: z.ZodNullable<z.ZodNumber>;
|
|
25875
|
+
topup: z.ZodNullable<z.ZodNumber>;
|
|
25876
|
+
soft_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
25877
|
+
soft_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
25878
|
+
hard_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
25879
|
+
hard_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
25880
|
+
low_ltv: z.ZodNullable<z.ZodNumber>;
|
|
25881
|
+
}, "strip", z.ZodTypeAny, {
|
|
25882
|
+
target: number | null;
|
|
25883
|
+
topup: number | null;
|
|
25884
|
+
soft_liquidation: number | null;
|
|
25885
|
+
soft_liquidation_abort: number | null;
|
|
25886
|
+
hard_liquidation: number | null;
|
|
25887
|
+
hard_liquidation_abort: number | null;
|
|
25888
|
+
low_ltv: number | null;
|
|
25889
|
+
}, {
|
|
25890
|
+
target: number | null;
|
|
25891
|
+
topup: number | null;
|
|
25892
|
+
soft_liquidation: number | null;
|
|
25893
|
+
soft_liquidation_abort: number | null;
|
|
25894
|
+
hard_liquidation: number | null;
|
|
25895
|
+
hard_liquidation_abort: number | null;
|
|
25896
|
+
low_ltv: number | null;
|
|
25897
25897
|
}>;
|
|
25898
25898
|
network_fee_contributions: z.ZodObject<{
|
|
25899
|
-
extra_interest: z.ZodNumber
|
|
25900
|
-
low_ltv_penalty_max: z.ZodNumber
|
|
25901
|
-
from_origination_fee: z.ZodNumber
|
|
25902
|
-
from_liquidation_fee: z.ZodNumber
|
|
25903
|
-
}, "strip", z.ZodTypeAny, {
|
|
25904
|
-
extra_interest: number;
|
|
25905
|
-
low_ltv_penalty_max: number;
|
|
25906
|
-
from_origination_fee: number;
|
|
25907
|
-
from_liquidation_fee: number;
|
|
25908
|
-
}, {
|
|
25909
|
-
extra_interest: number;
|
|
25910
|
-
low_ltv_penalty_max: number;
|
|
25911
|
-
from_origination_fee: number;
|
|
25912
|
-
from_liquidation_fee: number;
|
|
25899
|
+
extra_interest: z.ZodNullable<z.ZodNumber>;
|
|
25900
|
+
low_ltv_penalty_max: z.ZodNullable<z.ZodNumber>;
|
|
25901
|
+
from_origination_fee: z.ZodNullable<z.ZodNumber>;
|
|
25902
|
+
from_liquidation_fee: z.ZodNullable<z.ZodNumber>;
|
|
25903
|
+
}, "strip", z.ZodTypeAny, {
|
|
25904
|
+
extra_interest: number | null;
|
|
25905
|
+
low_ltv_penalty_max: number | null;
|
|
25906
|
+
from_origination_fee: number | null;
|
|
25907
|
+
from_liquidation_fee: number | null;
|
|
25908
|
+
}, {
|
|
25909
|
+
extra_interest: number | null;
|
|
25910
|
+
low_ltv_penalty_max: number | null;
|
|
25911
|
+
from_origination_fee: number | null;
|
|
25912
|
+
from_liquidation_fee: number | null;
|
|
25913
25913
|
}>;
|
|
25914
25914
|
fee_swap_interval_blocks: z.ZodNumber;
|
|
25915
25915
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
@@ -25921,23 +25921,24 @@ declare const rpcResult: {
|
|
|
25921
25921
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
25922
25922
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
25923
25923
|
minimum_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25924
|
+
minimum_supply_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25924
25925
|
minimum_update_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25925
25926
|
minimum_update_collateral_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25926
25927
|
}, "strip", z.ZodTypeAny, {
|
|
25927
25928
|
ltv_thresholds: {
|
|
25928
|
-
target: number;
|
|
25929
|
-
topup: number;
|
|
25930
|
-
soft_liquidation: number;
|
|
25931
|
-
soft_liquidation_abort: number;
|
|
25932
|
-
hard_liquidation: number;
|
|
25933
|
-
hard_liquidation_abort: number;
|
|
25934
|
-
low_ltv: number;
|
|
25929
|
+
target: number | null;
|
|
25930
|
+
topup: number | null;
|
|
25931
|
+
soft_liquidation: number | null;
|
|
25932
|
+
soft_liquidation_abort: number | null;
|
|
25933
|
+
hard_liquidation: number | null;
|
|
25934
|
+
hard_liquidation_abort: number | null;
|
|
25935
|
+
low_ltv: number | null;
|
|
25935
25936
|
};
|
|
25936
25937
|
network_fee_contributions: {
|
|
25937
|
-
extra_interest: number;
|
|
25938
|
-
low_ltv_penalty_max: number;
|
|
25939
|
-
from_origination_fee: number;
|
|
25940
|
-
from_liquidation_fee: number;
|
|
25938
|
+
extra_interest: number | null;
|
|
25939
|
+
low_ltv_penalty_max: number | null;
|
|
25940
|
+
from_origination_fee: number | null;
|
|
25941
|
+
from_liquidation_fee: number | null;
|
|
25941
25942
|
};
|
|
25942
25943
|
fee_swap_interval_blocks: number;
|
|
25943
25944
|
interest_payment_interval_blocks: number;
|
|
@@ -25949,23 +25950,24 @@ declare const rpcResult: {
|
|
|
25949
25950
|
hard_liquidation_max_oracle_slippage: number;
|
|
25950
25951
|
fee_swap_max_oracle_slippage: number;
|
|
25951
25952
|
minimum_loan_amount_usd: bigint;
|
|
25953
|
+
minimum_supply_amount_usd: bigint;
|
|
25952
25954
|
minimum_update_loan_amount_usd: bigint;
|
|
25953
25955
|
minimum_update_collateral_amount_usd: bigint;
|
|
25954
25956
|
}, {
|
|
25955
25957
|
ltv_thresholds: {
|
|
25956
|
-
target: number;
|
|
25957
|
-
topup: number;
|
|
25958
|
-
soft_liquidation: number;
|
|
25959
|
-
soft_liquidation_abort: number;
|
|
25960
|
-
hard_liquidation: number;
|
|
25961
|
-
hard_liquidation_abort: number;
|
|
25962
|
-
low_ltv: number;
|
|
25958
|
+
target: number | null;
|
|
25959
|
+
topup: number | null;
|
|
25960
|
+
soft_liquidation: number | null;
|
|
25961
|
+
soft_liquidation_abort: number | null;
|
|
25962
|
+
hard_liquidation: number | null;
|
|
25963
|
+
hard_liquidation_abort: number | null;
|
|
25964
|
+
low_ltv: number | null;
|
|
25963
25965
|
};
|
|
25964
25966
|
network_fee_contributions: {
|
|
25965
|
-
extra_interest: number;
|
|
25966
|
-
low_ltv_penalty_max: number;
|
|
25967
|
-
from_origination_fee: number;
|
|
25968
|
-
from_liquidation_fee: number;
|
|
25967
|
+
extra_interest: number | null;
|
|
25968
|
+
low_ltv_penalty_max: number | null;
|
|
25969
|
+
from_origination_fee: number | null;
|
|
25970
|
+
from_liquidation_fee: number | null;
|
|
25969
25971
|
};
|
|
25970
25972
|
fee_swap_interval_blocks: number;
|
|
25971
25973
|
interest_payment_interval_blocks: number;
|
|
@@ -25977,6 +25979,7 @@ declare const rpcResult: {
|
|
|
25977
25979
|
hard_liquidation_max_oracle_slippage: number;
|
|
25978
25980
|
fee_swap_max_oracle_slippage: number;
|
|
25979
25981
|
minimum_loan_amount_usd: string | number;
|
|
25982
|
+
minimum_supply_amount_usd: string | number;
|
|
25980
25983
|
minimum_update_loan_amount_usd: string | number;
|
|
25981
25984
|
minimum_update_collateral_amount_usd: string | number;
|
|
25982
25985
|
}>;
|
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(),
|
|
613
|
-
topup: _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
|
-
low_ltv: _zod.z.number()
|
|
612
|
+
target: _zod.z.number().nullable(),
|
|
613
|
+
topup: _zod.z.number().nullable(),
|
|
614
|
+
soft_liquidation: _zod.z.number().nullable(),
|
|
615
|
+
soft_liquidation_abort: _zod.z.number().nullable(),
|
|
616
|
+
hard_liquidation: _zod.z.number().nullable(),
|
|
617
|
+
hard_liquidation_abort: _zod.z.number().nullable(),
|
|
618
|
+
low_ltv: _zod.z.number().nullable()
|
|
619
619
|
}),
|
|
620
620
|
network_fee_contributions: _zod.z.object({
|
|
621
|
-
extra_interest: _zod.z.number(),
|
|
622
|
-
low_ltv_penalty_max: _zod.z.number(),
|
|
623
|
-
from_origination_fee: _zod.z.number(),
|
|
624
|
-
from_liquidation_fee: _zod.z.number()
|
|
621
|
+
extra_interest: _zod.z.number().nullable(),
|
|
622
|
+
low_ltv_penalty_max: _zod.z.number().nullable(),
|
|
623
|
+
from_origination_fee: _zod.z.number().nullable(),
|
|
624
|
+
from_liquidation_fee: _zod.z.number().nullable()
|
|
625
625
|
}),
|
|
626
626
|
fee_swap_interval_blocks: _zod.z.number(),
|
|
627
627
|
interest_payment_interval_blocks: _zod.z.number(),
|
|
@@ -633,6 +633,7 @@ var cfLendingConfig = _zod.z.object({
|
|
|
633
633
|
hard_liquidation_max_oracle_slippage: _zod.z.number(),
|
|
634
634
|
fee_swap_max_oracle_slippage: _zod.z.number(),
|
|
635
635
|
minimum_loan_amount_usd: numberOrHex,
|
|
636
|
+
minimum_supply_amount_usd: numberOrHex,
|
|
636
637
|
minimum_update_loan_amount_usd: numberOrHex,
|
|
637
638
|
minimum_update_collateral_amount_usd: numberOrHex
|
|
638
639
|
});
|
package/dist/parsers.d.cts
CHANGED
|
@@ -30173,45 +30173,45 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
|
|
|
30173
30173
|
}>, "many">;
|
|
30174
30174
|
declare const cfLendingConfig: z.ZodObject<{
|
|
30175
30175
|
ltv_thresholds: z.ZodObject<{
|
|
30176
|
-
target: z.ZodNumber
|
|
30177
|
-
topup: z.ZodNumber
|
|
30178
|
-
soft_liquidation: z.ZodNumber
|
|
30179
|
-
soft_liquidation_abort: z.ZodNumber
|
|
30180
|
-
hard_liquidation: z.ZodNumber
|
|
30181
|
-
hard_liquidation_abort: z.ZodNumber
|
|
30182
|
-
low_ltv: z.ZodNumber
|
|
30183
|
-
}, "strip", z.ZodTypeAny, {
|
|
30184
|
-
target: number;
|
|
30185
|
-
topup: number;
|
|
30186
|
-
soft_liquidation: number;
|
|
30187
|
-
soft_liquidation_abort: number;
|
|
30188
|
-
hard_liquidation: number;
|
|
30189
|
-
hard_liquidation_abort: number;
|
|
30190
|
-
low_ltv: number;
|
|
30191
|
-
}, {
|
|
30192
|
-
target: number;
|
|
30193
|
-
topup: number;
|
|
30194
|
-
soft_liquidation: number;
|
|
30195
|
-
soft_liquidation_abort: number;
|
|
30196
|
-
hard_liquidation: number;
|
|
30197
|
-
hard_liquidation_abort: number;
|
|
30198
|
-
low_ltv: number;
|
|
30176
|
+
target: z.ZodNullable<z.ZodNumber>;
|
|
30177
|
+
topup: z.ZodNullable<z.ZodNumber>;
|
|
30178
|
+
soft_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
30179
|
+
soft_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
30180
|
+
hard_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
30181
|
+
hard_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
30182
|
+
low_ltv: z.ZodNullable<z.ZodNumber>;
|
|
30183
|
+
}, "strip", z.ZodTypeAny, {
|
|
30184
|
+
target: number | null;
|
|
30185
|
+
topup: number | null;
|
|
30186
|
+
soft_liquidation: number | null;
|
|
30187
|
+
soft_liquidation_abort: number | null;
|
|
30188
|
+
hard_liquidation: number | null;
|
|
30189
|
+
hard_liquidation_abort: number | null;
|
|
30190
|
+
low_ltv: number | null;
|
|
30191
|
+
}, {
|
|
30192
|
+
target: number | null;
|
|
30193
|
+
topup: number | null;
|
|
30194
|
+
soft_liquidation: number | null;
|
|
30195
|
+
soft_liquidation_abort: number | null;
|
|
30196
|
+
hard_liquidation: number | null;
|
|
30197
|
+
hard_liquidation_abort: number | null;
|
|
30198
|
+
low_ltv: number | null;
|
|
30199
30199
|
}>;
|
|
30200
30200
|
network_fee_contributions: z.ZodObject<{
|
|
30201
|
-
extra_interest: z.ZodNumber
|
|
30202
|
-
low_ltv_penalty_max: z.ZodNumber
|
|
30203
|
-
from_origination_fee: z.ZodNumber
|
|
30204
|
-
from_liquidation_fee: z.ZodNumber
|
|
30205
|
-
}, "strip", z.ZodTypeAny, {
|
|
30206
|
-
extra_interest: number;
|
|
30207
|
-
low_ltv_penalty_max: number;
|
|
30208
|
-
from_origination_fee: number;
|
|
30209
|
-
from_liquidation_fee: number;
|
|
30210
|
-
}, {
|
|
30211
|
-
extra_interest: number;
|
|
30212
|
-
low_ltv_penalty_max: number;
|
|
30213
|
-
from_origination_fee: number;
|
|
30214
|
-
from_liquidation_fee: number;
|
|
30201
|
+
extra_interest: z.ZodNullable<z.ZodNumber>;
|
|
30202
|
+
low_ltv_penalty_max: z.ZodNullable<z.ZodNumber>;
|
|
30203
|
+
from_origination_fee: z.ZodNullable<z.ZodNumber>;
|
|
30204
|
+
from_liquidation_fee: z.ZodNullable<z.ZodNumber>;
|
|
30205
|
+
}, "strip", z.ZodTypeAny, {
|
|
30206
|
+
extra_interest: number | null;
|
|
30207
|
+
low_ltv_penalty_max: number | null;
|
|
30208
|
+
from_origination_fee: number | null;
|
|
30209
|
+
from_liquidation_fee: number | null;
|
|
30210
|
+
}, {
|
|
30211
|
+
extra_interest: number | null;
|
|
30212
|
+
low_ltv_penalty_max: number | null;
|
|
30213
|
+
from_origination_fee: number | null;
|
|
30214
|
+
from_liquidation_fee: number | null;
|
|
30215
30215
|
}>;
|
|
30216
30216
|
fee_swap_interval_blocks: z.ZodNumber;
|
|
30217
30217
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
@@ -30223,23 +30223,24 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30223
30223
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
30224
30224
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
30225
30225
|
minimum_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30226
|
+
minimum_supply_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30226
30227
|
minimum_update_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30227
30228
|
minimum_update_collateral_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30228
30229
|
}, "strip", z.ZodTypeAny, {
|
|
30229
30230
|
ltv_thresholds: {
|
|
30230
|
-
target: number;
|
|
30231
|
-
topup: number;
|
|
30232
|
-
soft_liquidation: number;
|
|
30233
|
-
soft_liquidation_abort: number;
|
|
30234
|
-
hard_liquidation: number;
|
|
30235
|
-
hard_liquidation_abort: number;
|
|
30236
|
-
low_ltv: number;
|
|
30231
|
+
target: number | null;
|
|
30232
|
+
topup: number | null;
|
|
30233
|
+
soft_liquidation: number | null;
|
|
30234
|
+
soft_liquidation_abort: number | null;
|
|
30235
|
+
hard_liquidation: number | null;
|
|
30236
|
+
hard_liquidation_abort: number | null;
|
|
30237
|
+
low_ltv: number | null;
|
|
30237
30238
|
};
|
|
30238
30239
|
network_fee_contributions: {
|
|
30239
|
-
extra_interest: number;
|
|
30240
|
-
low_ltv_penalty_max: number;
|
|
30241
|
-
from_origination_fee: number;
|
|
30242
|
-
from_liquidation_fee: number;
|
|
30240
|
+
extra_interest: number | null;
|
|
30241
|
+
low_ltv_penalty_max: number | null;
|
|
30242
|
+
from_origination_fee: number | null;
|
|
30243
|
+
from_liquidation_fee: number | null;
|
|
30243
30244
|
};
|
|
30244
30245
|
fee_swap_interval_blocks: number;
|
|
30245
30246
|
interest_payment_interval_blocks: number;
|
|
@@ -30251,23 +30252,24 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30251
30252
|
hard_liquidation_max_oracle_slippage: number;
|
|
30252
30253
|
fee_swap_max_oracle_slippage: number;
|
|
30253
30254
|
minimum_loan_amount_usd: bigint;
|
|
30255
|
+
minimum_supply_amount_usd: bigint;
|
|
30254
30256
|
minimum_update_loan_amount_usd: bigint;
|
|
30255
30257
|
minimum_update_collateral_amount_usd: bigint;
|
|
30256
30258
|
}, {
|
|
30257
30259
|
ltv_thresholds: {
|
|
30258
|
-
target: number;
|
|
30259
|
-
topup: number;
|
|
30260
|
-
soft_liquidation: number;
|
|
30261
|
-
soft_liquidation_abort: number;
|
|
30262
|
-
hard_liquidation: number;
|
|
30263
|
-
hard_liquidation_abort: number;
|
|
30264
|
-
low_ltv: number;
|
|
30260
|
+
target: number | null;
|
|
30261
|
+
topup: number | null;
|
|
30262
|
+
soft_liquidation: number | null;
|
|
30263
|
+
soft_liquidation_abort: number | null;
|
|
30264
|
+
hard_liquidation: number | null;
|
|
30265
|
+
hard_liquidation_abort: number | null;
|
|
30266
|
+
low_ltv: number | null;
|
|
30265
30267
|
};
|
|
30266
30268
|
network_fee_contributions: {
|
|
30267
|
-
extra_interest: number;
|
|
30268
|
-
low_ltv_penalty_max: number;
|
|
30269
|
-
from_origination_fee: number;
|
|
30270
|
-
from_liquidation_fee: number;
|
|
30269
|
+
extra_interest: number | null;
|
|
30270
|
+
low_ltv_penalty_max: number | null;
|
|
30271
|
+
from_origination_fee: number | null;
|
|
30272
|
+
from_liquidation_fee: number | null;
|
|
30271
30273
|
};
|
|
30272
30274
|
fee_swap_interval_blocks: number;
|
|
30273
30275
|
interest_payment_interval_blocks: number;
|
|
@@ -30279,6 +30281,7 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30279
30281
|
hard_liquidation_max_oracle_slippage: number;
|
|
30280
30282
|
fee_swap_max_oracle_slippage: number;
|
|
30281
30283
|
minimum_loan_amount_usd: string | number;
|
|
30284
|
+
minimum_supply_amount_usd: string | number;
|
|
30282
30285
|
minimum_update_loan_amount_usd: string | number;
|
|
30283
30286
|
minimum_update_collateral_amount_usd: string | number;
|
|
30284
30287
|
}>;
|
package/dist/parsers.d.ts
CHANGED
|
@@ -30173,45 +30173,45 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
|
|
|
30173
30173
|
}>, "many">;
|
|
30174
30174
|
declare const cfLendingConfig: z.ZodObject<{
|
|
30175
30175
|
ltv_thresholds: z.ZodObject<{
|
|
30176
|
-
target: z.ZodNumber
|
|
30177
|
-
topup: z.ZodNumber
|
|
30178
|
-
soft_liquidation: z.ZodNumber
|
|
30179
|
-
soft_liquidation_abort: z.ZodNumber
|
|
30180
|
-
hard_liquidation: z.ZodNumber
|
|
30181
|
-
hard_liquidation_abort: z.ZodNumber
|
|
30182
|
-
low_ltv: z.ZodNumber
|
|
30183
|
-
}, "strip", z.ZodTypeAny, {
|
|
30184
|
-
target: number;
|
|
30185
|
-
topup: number;
|
|
30186
|
-
soft_liquidation: number;
|
|
30187
|
-
soft_liquidation_abort: number;
|
|
30188
|
-
hard_liquidation: number;
|
|
30189
|
-
hard_liquidation_abort: number;
|
|
30190
|
-
low_ltv: number;
|
|
30191
|
-
}, {
|
|
30192
|
-
target: number;
|
|
30193
|
-
topup: number;
|
|
30194
|
-
soft_liquidation: number;
|
|
30195
|
-
soft_liquidation_abort: number;
|
|
30196
|
-
hard_liquidation: number;
|
|
30197
|
-
hard_liquidation_abort: number;
|
|
30198
|
-
low_ltv: number;
|
|
30176
|
+
target: z.ZodNullable<z.ZodNumber>;
|
|
30177
|
+
topup: z.ZodNullable<z.ZodNumber>;
|
|
30178
|
+
soft_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
30179
|
+
soft_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
30180
|
+
hard_liquidation: z.ZodNullable<z.ZodNumber>;
|
|
30181
|
+
hard_liquidation_abort: z.ZodNullable<z.ZodNumber>;
|
|
30182
|
+
low_ltv: z.ZodNullable<z.ZodNumber>;
|
|
30183
|
+
}, "strip", z.ZodTypeAny, {
|
|
30184
|
+
target: number | null;
|
|
30185
|
+
topup: number | null;
|
|
30186
|
+
soft_liquidation: number | null;
|
|
30187
|
+
soft_liquidation_abort: number | null;
|
|
30188
|
+
hard_liquidation: number | null;
|
|
30189
|
+
hard_liquidation_abort: number | null;
|
|
30190
|
+
low_ltv: number | null;
|
|
30191
|
+
}, {
|
|
30192
|
+
target: number | null;
|
|
30193
|
+
topup: number | null;
|
|
30194
|
+
soft_liquidation: number | null;
|
|
30195
|
+
soft_liquidation_abort: number | null;
|
|
30196
|
+
hard_liquidation: number | null;
|
|
30197
|
+
hard_liquidation_abort: number | null;
|
|
30198
|
+
low_ltv: number | null;
|
|
30199
30199
|
}>;
|
|
30200
30200
|
network_fee_contributions: z.ZodObject<{
|
|
30201
|
-
extra_interest: z.ZodNumber
|
|
30202
|
-
low_ltv_penalty_max: z.ZodNumber
|
|
30203
|
-
from_origination_fee: z.ZodNumber
|
|
30204
|
-
from_liquidation_fee: z.ZodNumber
|
|
30205
|
-
}, "strip", z.ZodTypeAny, {
|
|
30206
|
-
extra_interest: number;
|
|
30207
|
-
low_ltv_penalty_max: number;
|
|
30208
|
-
from_origination_fee: number;
|
|
30209
|
-
from_liquidation_fee: number;
|
|
30210
|
-
}, {
|
|
30211
|
-
extra_interest: number;
|
|
30212
|
-
low_ltv_penalty_max: number;
|
|
30213
|
-
from_origination_fee: number;
|
|
30214
|
-
from_liquidation_fee: number;
|
|
30201
|
+
extra_interest: z.ZodNullable<z.ZodNumber>;
|
|
30202
|
+
low_ltv_penalty_max: z.ZodNullable<z.ZodNumber>;
|
|
30203
|
+
from_origination_fee: z.ZodNullable<z.ZodNumber>;
|
|
30204
|
+
from_liquidation_fee: z.ZodNullable<z.ZodNumber>;
|
|
30205
|
+
}, "strip", z.ZodTypeAny, {
|
|
30206
|
+
extra_interest: number | null;
|
|
30207
|
+
low_ltv_penalty_max: number | null;
|
|
30208
|
+
from_origination_fee: number | null;
|
|
30209
|
+
from_liquidation_fee: number | null;
|
|
30210
|
+
}, {
|
|
30211
|
+
extra_interest: number | null;
|
|
30212
|
+
low_ltv_penalty_max: number | null;
|
|
30213
|
+
from_origination_fee: number | null;
|
|
30214
|
+
from_liquidation_fee: number | null;
|
|
30215
30215
|
}>;
|
|
30216
30216
|
fee_swap_interval_blocks: z.ZodNumber;
|
|
30217
30217
|
interest_payment_interval_blocks: z.ZodNumber;
|
|
@@ -30223,23 +30223,24 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30223
30223
|
hard_liquidation_max_oracle_slippage: z.ZodNumber;
|
|
30224
30224
|
fee_swap_max_oracle_slippage: z.ZodNumber;
|
|
30225
30225
|
minimum_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30226
|
+
minimum_supply_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30226
30227
|
minimum_update_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30227
30228
|
minimum_update_collateral_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30228
30229
|
}, "strip", z.ZodTypeAny, {
|
|
30229
30230
|
ltv_thresholds: {
|
|
30230
|
-
target: number;
|
|
30231
|
-
topup: number;
|
|
30232
|
-
soft_liquidation: number;
|
|
30233
|
-
soft_liquidation_abort: number;
|
|
30234
|
-
hard_liquidation: number;
|
|
30235
|
-
hard_liquidation_abort: number;
|
|
30236
|
-
low_ltv: number;
|
|
30231
|
+
target: number | null;
|
|
30232
|
+
topup: number | null;
|
|
30233
|
+
soft_liquidation: number | null;
|
|
30234
|
+
soft_liquidation_abort: number | null;
|
|
30235
|
+
hard_liquidation: number | null;
|
|
30236
|
+
hard_liquidation_abort: number | null;
|
|
30237
|
+
low_ltv: number | null;
|
|
30237
30238
|
};
|
|
30238
30239
|
network_fee_contributions: {
|
|
30239
|
-
extra_interest: number;
|
|
30240
|
-
low_ltv_penalty_max: number;
|
|
30241
|
-
from_origination_fee: number;
|
|
30242
|
-
from_liquidation_fee: number;
|
|
30240
|
+
extra_interest: number | null;
|
|
30241
|
+
low_ltv_penalty_max: number | null;
|
|
30242
|
+
from_origination_fee: number | null;
|
|
30243
|
+
from_liquidation_fee: number | null;
|
|
30243
30244
|
};
|
|
30244
30245
|
fee_swap_interval_blocks: number;
|
|
30245
30246
|
interest_payment_interval_blocks: number;
|
|
@@ -30251,23 +30252,24 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30251
30252
|
hard_liquidation_max_oracle_slippage: number;
|
|
30252
30253
|
fee_swap_max_oracle_slippage: number;
|
|
30253
30254
|
minimum_loan_amount_usd: bigint;
|
|
30255
|
+
minimum_supply_amount_usd: bigint;
|
|
30254
30256
|
minimum_update_loan_amount_usd: bigint;
|
|
30255
30257
|
minimum_update_collateral_amount_usd: bigint;
|
|
30256
30258
|
}, {
|
|
30257
30259
|
ltv_thresholds: {
|
|
30258
|
-
target: number;
|
|
30259
|
-
topup: number;
|
|
30260
|
-
soft_liquidation: number;
|
|
30261
|
-
soft_liquidation_abort: number;
|
|
30262
|
-
hard_liquidation: number;
|
|
30263
|
-
hard_liquidation_abort: number;
|
|
30264
|
-
low_ltv: number;
|
|
30260
|
+
target: number | null;
|
|
30261
|
+
topup: number | null;
|
|
30262
|
+
soft_liquidation: number | null;
|
|
30263
|
+
soft_liquidation_abort: number | null;
|
|
30264
|
+
hard_liquidation: number | null;
|
|
30265
|
+
hard_liquidation_abort: number | null;
|
|
30266
|
+
low_ltv: number | null;
|
|
30265
30267
|
};
|
|
30266
30268
|
network_fee_contributions: {
|
|
30267
|
-
extra_interest: number;
|
|
30268
|
-
low_ltv_penalty_max: number;
|
|
30269
|
-
from_origination_fee: number;
|
|
30270
|
-
from_liquidation_fee: number;
|
|
30269
|
+
extra_interest: number | null;
|
|
30270
|
+
low_ltv_penalty_max: number | null;
|
|
30271
|
+
from_origination_fee: number | null;
|
|
30272
|
+
from_liquidation_fee: number | null;
|
|
30271
30273
|
};
|
|
30272
30274
|
fee_swap_interval_blocks: number;
|
|
30273
30275
|
interest_payment_interval_blocks: number;
|
|
@@ -30279,6 +30281,7 @@ declare const cfLendingConfig: z.ZodObject<{
|
|
|
30279
30281
|
hard_liquidation_max_oracle_slippage: number;
|
|
30280
30282
|
fee_swap_max_oracle_slippage: number;
|
|
30281
30283
|
minimum_loan_amount_usd: string | number;
|
|
30284
|
+
minimum_supply_amount_usd: string | number;
|
|
30282
30285
|
minimum_update_loan_amount_usd: string | number;
|
|
30283
30286
|
minimum_update_collateral_amount_usd: string | number;
|
|
30284
30287
|
}>;
|
package/dist/parsers.mjs
CHANGED
|
@@ -609,19 +609,19 @@ var cfLendingPools = z.array(
|
|
|
609
609
|
);
|
|
610
610
|
var cfLendingConfig = z.object({
|
|
611
611
|
ltv_thresholds: z.object({
|
|
612
|
-
target: z.number(),
|
|
613
|
-
topup: z.number(),
|
|
614
|
-
soft_liquidation: z.number(),
|
|
615
|
-
soft_liquidation_abort: z.number(),
|
|
616
|
-
hard_liquidation: z.number(),
|
|
617
|
-
hard_liquidation_abort: z.number(),
|
|
618
|
-
low_ltv: z.number()
|
|
612
|
+
target: z.number().nullable(),
|
|
613
|
+
topup: z.number().nullable(),
|
|
614
|
+
soft_liquidation: z.number().nullable(),
|
|
615
|
+
soft_liquidation_abort: z.number().nullable(),
|
|
616
|
+
hard_liquidation: z.number().nullable(),
|
|
617
|
+
hard_liquidation_abort: z.number().nullable(),
|
|
618
|
+
low_ltv: z.number().nullable()
|
|
619
619
|
}),
|
|
620
620
|
network_fee_contributions: z.object({
|
|
621
|
-
extra_interest: z.number(),
|
|
622
|
-
low_ltv_penalty_max: z.number(),
|
|
623
|
-
from_origination_fee: z.number(),
|
|
624
|
-
from_liquidation_fee: z.number()
|
|
621
|
+
extra_interest: z.number().nullable(),
|
|
622
|
+
low_ltv_penalty_max: z.number().nullable(),
|
|
623
|
+
from_origination_fee: z.number().nullable(),
|
|
624
|
+
from_liquidation_fee: z.number().nullable()
|
|
625
625
|
}),
|
|
626
626
|
fee_swap_interval_blocks: z.number(),
|
|
627
627
|
interest_payment_interval_blocks: z.number(),
|
|
@@ -633,6 +633,7 @@ var cfLendingConfig = z.object({
|
|
|
633
633
|
hard_liquidation_max_oracle_slippage: z.number(),
|
|
634
634
|
fee_swap_max_oracle_slippage: z.number(),
|
|
635
635
|
minimum_loan_amount_usd: numberOrHex,
|
|
636
|
+
minimum_supply_amount_usd: numberOrHex,
|
|
636
637
|
minimum_update_loan_amount_usd: numberOrHex,
|
|
637
638
|
minimum_update_collateral_amount_usd: numberOrHex
|
|
638
639
|
});
|