add price selectors

This commit is contained in:
Barry Gitarts 2018-12-17 12:56:27 -05:00
parent af9b9735c5
commit 73661da1dc
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ function reducer(state = {}, action) {
}
export default reducer;
export const getEthUsdPrice = state => state.prices.ETH.USD
export const getSntUsdPrice = state => state.prices.SNT.USD