Skip to content

Commit

Permalink
fix start time
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 13, 2024
1 parent 7707ed4 commit 307272c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dexs/wefi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ const adapter: SimpleAdapter = {
adapter: {
[CHAIN.LINEA]: {
fetch: fetchVolume,
start: 1685574000,
start: 1704067200,
},
[CHAIN.XDC]: {
fetch: fetchVolume,
start: 1685574000,
start: 1704067200,
},
[CHAIN.POLYGON]: {
fetch: fetchVolume,
start: 1685574000,
start: 1704067200,
},
}
}
Expand Down

0 comments on commit 307272c

Please sign in to comment.