Skip to content

Commit

Permalink
fix: max 4000 -> 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 9, 2024
1 parent 7ab809e commit 7582cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const API_URL =
process.env.NEXT_PUBLIC_API_URL || "https://dydx-mev-api-dev.skip.money";
export const MAIN_CHART_DATAPOINT_LIMIT = 5000;
export const MAIN_CHART_DATAPOINT_EVERY = 5;
export const MAIN_CHART_DATA_MAX = 4000;
export const MAIN_CHART_DATA_MAX = 10000;
export const PROBABILITY_THRESHOLD = 0.67;

0 comments on commit 7582cda

Please sign in to comment.