Skip to content

Commit

Permalink
Update query
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mevx committed Aug 6, 2024
1 parent cbea600 commit d1c9fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fees/mevx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { queryDune } from "../helpers/dune";

const fetch: any = async (options: FetchOptions) => {
const dailyFees = options.createBalances();
const value = (await queryDune("3958680", {
const value = (await queryDune("3967214", {
start: options.startTimestamp,
end: options.endTimestamp,
}));
Expand All @@ -24,4 +24,4 @@ const adapter: SimpleAdapter = {
isExpensiveAdapter: true
};

export default adapter;
export default adapter;

0 comments on commit d1c9fe3

Please sign in to comment.