diff --git a/src/common/api/hive.ts b/src/common/api/hive.ts index 25e6fa01b21..0f3e617e91d 100644 --- a/src/common/api/hive.ts +++ b/src/common/api/hive.ts @@ -467,7 +467,7 @@ export const getProposals = (): Promise => client .call("database_api", "list_proposals", { start: [-1], - limit: 200, + limit: 500, order: "by_total_votes", order_direction: "descending", status: "all"