diff --git a/fees/dexscreener.ts b/fees/dexscreener.ts index 1bd67e033d..042413725e 100644 --- a/fees/dexscreener.ts +++ b/fees/dexscreener.ts @@ -40,12 +40,12 @@ const adapter: Adapter = { ...all, [chain]: { fetch: eth, - start: 0, + start: 1709251200, } }), { [CHAIN.SOLANA]: { fetch: sol, - start: 0 + start: 1709251200 } }), isExpensiveAdapter: true