Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Aug 24, 2024
1 parent d74a711 commit d76d688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fees/dexscreener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76d688

Please sign in to comment.