Skip to content

Commit

Permalink
feat(validator): show 5000 blocks instead of a 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Dec 14, 2023
1 parent af2314b commit 970bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/mev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function useRawMEVQuery<T = Datapoint[]>(args: UseRawMevQueryArgs<T>) {
if (!proposer) return;
return getRawMev({
proposers: [proposer],
limit: 1000,
limit: 5000,
withBlockInfo: withBlockInfo,
});
},
Expand Down

0 comments on commit 970bead

Please sign in to comment.