diff --git a/src/js/utils/queue.js b/src/js/utils/queue.js index 5bf78bf..5a7e001 100644 --- a/src/js/utils/queue.js +++ b/src/js/utils/queue.js @@ -22,6 +22,7 @@ const outstandingWithdrawalAmount = async ({ withdrawer }) => { query OutstandingRequestsQuery($withdrawer: String!) { oethWithdrawalRequests( where: { withdrawer_eq: $withdrawer, claimed_eq: false } + limit: 100 ) { id amount