Skip to content

Commit

Permalink
fix start time
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jun 26, 2023
1 parent 6676a75 commit 127202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/scatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const adapter: Adapter = {
[CHAIN.ETHEREUM]: {
fetch: graph(CHAIN.ETHEREUM),
// start: async () => 1650844800,
start: async () => 1675209600, //
start: async () => 1672531200, //
},
}
}
Expand Down

0 comments on commit 127202f

Please sign in to comment.