Skip to content

Commit

Permalink
fetch more proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Nov 3, 2023
1 parent 6fcad96 commit 4adc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/api/hive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export const getProposals = (): Promise<Proposal[]> =>
client
.call("database_api", "list_proposals", {
start: [-1],
limit: 200,
limit: 500,
order: "by_total_votes",
order_direction: "descending",
status: "all"
Expand Down

0 comments on commit 4adc63a

Please sign in to comment.