We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c90e9 commit 10f1340Copy full SHA for 10f1340
src/config/schema.ts
@@ -107,7 +107,7 @@ export const ConfigSchema = PartialV300ConfigSchema.extend({
107
* Filter out all accounts with HF >= threshold during scan stage
108
* Min HF is set to crash older versions, which had 10000 as 100%
109
*/
110
- hfThreshold: z.coerce.bigint().min(1100n).max(MAX_UINT256).default(WAD),
+ hfThreshold: z.coerce.bigint().min(1_10_00n).max(MAX_UINT256).default(WAD),
111
/**
112
* Enable optimistic liquidations
113
0 commit comments