You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently withdraw-fees-and-rewards bot does several queries to find withdrawable contributions.
This is no ideal nor necessary anymore since we added some fields to the subgraph that let us query them directly.
Replace while loop of many queries with one that just fetches contributions of resolved request with value > 0.