Skip to content

Commit

Permalink
fix undefined env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 13, 2023
1 parent 8283788 commit 83c1738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import parsePrometheusTextFormat from "parse-prometheus-text-format";

import { fetchGraphql, fetchWithTimeout, startClock } from "./utils";

const END_BLOCK = Number(process.env.ANVIL_FORK_BLOCK_NUMBER);
const END_BLOCK = 17500000;

const fetchSubgraphLatestBlockNumber = async () => {
try {
Expand Down

0 comments on commit 83c1738

Please sign in to comment.