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 94288d3 commit 6dfa64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/nile-exchange/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ const adapters = univ2Adapter({
totalVolume: "totalVolumeUSD",
});

adapters.adapter.linea.start = async () => 1768897;
adapters.adapter.linea.start = 1705968000;
export default adapters;
2 changes: 1 addition & 1 deletion fees/nile-exchange/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type TStartTime = {
[key: string]: number;
}
const startTimeV2: TStartTime = {
[CHAIN.LINEA]: 1705053913,
[CHAIN.LINEA]: 1705968000,
}

const getBribes = async ({ fromTimestamp, toTimestamp, createBalances, getFromBlock, }: FetchOptions): Promise<any> => {
Expand Down

0 comments on commit 6dfa64d

Please sign in to comment.