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 12, 2024
1 parent 6dfa64d commit 1bd64e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dexs/nile-exchange-v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const adapter: SimpleAdapter = {
adapter: {
[CHAIN.LINEA]: {
fetch: getDexVolumeExports({ chain: CHAIN.LINEA, factory: FACTORY_ADDRESS }),
start: 1768897,
start: 1705968000,
},
}
};
Expand Down
4 changes: 2 additions & 2 deletions fees/nile-exchange-v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const adapter: SimpleAdapter = {
adapter: {
[CHAIN.LINEA]: {
fetch: getDexFeesExports({ chain: CHAIN.LINEA, factory: FACTORY_ADDRESS,}),
start: 1705053913,
start: 1705968000,
},
}
};

export default adapter;
export default adapter;

0 comments on commit 1bd64e6

Please sign in to comment.