export const QUERY_KEYS = {
  getAdaHolderCurrentDelegationKey: 'getAdaHolderCurrentDelegationKey',
  getAdaHolderVotingPowerKey: 'getAdaHolderVotingPowerKey',
  useGetDRepInfoKey: 'useGetDRepInfoKey',
  useGetDRepListInfiniteKey: 'useGetDRepListInfiniteKey',
  useGetDRepVotingPowerKey: 'useGetDRepVotingPowerKey',
  useGetNetworkMetricsKey: 'useGetNetworkMetricsKey',
};

export const MUTATION_KEYS = {
  postValidateKey: 'postValidateKey',
};
