Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
fixing path
  • Loading branch information
0xroll authored Jun 19, 2024
1 parent 00782d9 commit 7f40d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/rhomarkets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { write } from "fast-csv";
import { getUserTVLByBlock, readBlocksFromCSV } from "./sdk";
import path from "path";

const filePath = path.join(process.cwd(), "blocks.csv");
const filePath = path.join(process.cwd(), "hourly_blocks.csv");

readBlocksFromCSV(filePath)
.then(async (blocks: any[]) => {
Expand Down

0 comments on commit 7f40d69

Please sign in to comment.