import { StoreState } from '../../../common/store/store.types'; export const selectPools = (state: StoreState) => state.pools;