Skip to content

Commit

Permalink
fix: delete skip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Aug 1, 2024
1 parent 47940a1 commit 2092328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapter/v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ async function getV1CAs(
cm.interface.forEachEvent(e => topics.push(e.topicHash));

const rawLogs: Log[] = await getLogs({
skipCache: true,
target: creditManager,
fromBlock: 13854983,
toBlock: block,
Expand Down

0 comments on commit 2092328

Please sign in to comment.