add price selectors
This commit is contained in:
parent
af9b9735c5
commit
73661da1dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue