Future<double> getGasPriceForDenom(String feeDenom) async { return CoinGasPrices.getGasPriceForDenom(feeDenom, await getGasPrices()); }