Skip to content

Commit

Permalink
fix missing snapshots in old pools
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jun 14, 2024
1 parent e56513e commit c3b8dbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { isPolygon } from '@/composables/useNetwork';

const defaultArgs = {
first: 1000,
orderBy: 'timestamp',
orderDirection: 'desc',
};

const defaultAttrs = {
Expand Down

0 comments on commit c3b8dbb

Please sign in to comment.