delegate-registry
delegate-registry copied to clipboard
Make it possible to query top delegates by the number of delegators
Currently, the only way to query top delegates is to get the top n delegates by vote weight. Like this:
api/delegates/top?space=gnosis.eth&limit=100
We must add the option of getting the top n delegates based on the number of delegations. The list should be returned in a sorted form.