export const DREP_DIRECTORY_SORTING = [
  {
    key: 'Random',
    label: 'Random',
  },
  {
    key: 'RegistrationDate',
    label: 'Registration date',
  },
  {
    key: 'VotingPower',
    label: 'Voting power',
  },
  {
    key: 'Status',
    label: 'Status',
  },
];
