useDexEthPrice
Get the Uniswap exchange price of ETH/USD (extrapolated from WETH/DAI).
Returns the price in USD.
How to import
import { useDexEthPrice } from 'eth-hooks';
How to use
To get started:
const price = useDexEthPrice(mainnetProvider, targetNetworkInfo?, options?): THookResult<number>;