🪝 The Hooks!useGasPriceOn this pageuseGasPriceGet the price of Gas from EtherGasStation ⛽️Returns gas in Gwei.How to importimport { useGasPrice } from 'eth-hooks';How to useTo get started:const [gasPrice] = useGasPrice(ethersContext.chainId, 'fast', getNetworkInfo(ethersContext.chainId));To learn moreGo here for this hooks full API documentation.