diff --git a/fees/buffer/index.ts b/fees/buffer/index.ts index 68a45d8933..0019ca158e 100644 --- a/fees/buffer/index.ts +++ b/fees/buffer/index.ts @@ -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); @@ -52,9 +52,9 @@ const adapter: Adapter = { adapter: { [CHAIN.ARBITRUM]: { fetch: graphs(endpoints)(CHAIN.ARBITRUM), - start: async () => 1688735879 , + start: async () => 1674950400 , }, } } -export default adapter; \ No newline at end of file +export default adapter;