Skip to content

Commit 44e489b

Browse files
authored
Merge pull request #2960 from pyth-network/feat/publishers-page-size
feat(insights): increased publishers page size
2 parents c166d1c + 703894b commit 44e489b

File tree

1 file changed

+1
-1
lines changed
  • apps/insights/src/components/PriceComponentsCard

1 file changed

+1
-1
lines changed

apps/insights/src/components/PriceComponentsCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const ResolvedPriceComponentsCard = <
201201
}
202202
},
203203
{
204-
defaultPageSize: 20,
204+
defaultPageSize: 50,
205205
defaultSort: "name",
206206
defaultDescending: false,
207207
},

0 commit comments

Comments
 (0)