Skip to content

Commit

Permalink
fix: constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Dec 28, 2023
1 parent b948563 commit 7ab809e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const API_URL =
process.env.NEXT_PUBLIC_API_URL || "https://dydx-mev-api-dev.skip.money";
export const MAIN_CHART_DATAPOINT_LIMIT = 1000;
export const MAIN_CHART_DATAPOINT_EVERY = 1;
export const MAIN_CHART_DATA_MAX = 400;
export const MAIN_CHART_DATAPOINT_LIMIT = 5000;
export const MAIN_CHART_DATAPOINT_EVERY = 5;
export const MAIN_CHART_DATA_MAX = 4000;
export const PROBABILITY_THRESHOLD = 0.67;

0 comments on commit 7ab809e

Please sign in to comment.