Skip to content

Commit

Permalink
Update review.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed May 22, 2024
1 parent ca5e18f commit 8cfcd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/review/review.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { getContract, requireEnv } from "../helpers/helpers";

// 7 days of blocks
const DURATION = 40320;
// 1 hr of blocks
const SAMPLE_WINDOW = 240;
// 0.5 hr of blocks, needs to sample faster than per hr
const SAMPLE_WINDOW = 120;
// All tokens to check
const TOKENS = {
"IMX": "0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
Expand Down

0 comments on commit 8cfcd9c

Please sign in to comment.