Skip to content

Commit

Permalink
soltradingbot
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Aug 18, 2024
1 parent fafedec commit 04d1097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/stbot.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("3929011", {
const value = (await queryDune("3997872", {
start: options.startTimestamp,
end: options.endTimestamp,
}));
Expand Down

0 comments on commit 04d1097

Please sign in to comment.