浏览代码

Merge pull request #2960 from pyth-network/feat/publishers-page-size

feat(insights): increased publishers page size
Alexandru Cambose 3 月之前
父节点
当前提交
44e489b0fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/insights/src/components/PriceComponentsCard/index.tsx

+ 1 - 1
apps/insights/src/components/PriceComponentsCard/index.tsx

@@ -201,7 +201,7 @@ export const ResolvedPriceComponentsCard = <
       }
     },
     {
-      defaultPageSize: 20,
+      defaultPageSize: 50,
       defaultSort: "name",
       defaultDescending: false,
     },