Skip to content

Commit

Permalink
set acc start time
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jul 13, 2023
1 parent 5c4dba0 commit 179d18a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fees/buffer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const graphs = (graphUrls: ChainEndpoints) => {
fee
}
}`;

const graphRes = await request(graphUrls[chain], graphQuery);

const dailyFee = new BigNumber(graphRes.defillamaFeeStat.fee).div(1000000);
Expand All @@ -52,9 +52,9 @@ const adapter: Adapter = {
adapter: {
[CHAIN.ARBITRUM]: {
fetch: graphs(endpoints)(CHAIN.ARBITRUM),
start: async () => 1688735879 ,
start: async () => 1674950400 ,
},
}
}

export default adapter;
export default adapter;

0 comments on commit 179d18a

Please sign in to comment.