Skip to content

Commit

Permalink
change depths
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr committed Nov 11, 2024
1 parent 5717af2 commit b438ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug-ui/scripts/stats-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
const CHECKPOINT_DURATION_SEC: number = 5 * 60;
const ONE_DAY_SEC: number = 24 * 60 * 60;
const PORT: number = 3000;
const DEPTHS_BPS: number[] = [5, 10, 100, 200];
const DEPTHS_BPS: number[] = [50, 100, 200];

const { RPC_URL } = process.env;

Expand Down

0 comments on commit b438ab5

Please sign in to comment.