Updating decimal precision to 9 (getRoundedGasPrice) (#11930)

feature/default_network_editable
ryanml 3 years ago
parent 4e686d5590
commit 9d6fee3c07
  1. 2
      ui/ducks/send/send.js

@ -384,7 +384,7 @@ export const computeEstimatedGasLimit = createAsyncThunk(
*/
function getRoundedGasPrice(gasPriceEstimate) {
const gasPriceInDecGwei = conversionUtil(gasPriceEstimate, {
numberOfDecimals: 4,
numberOfDecimals: 9,
toDenomination: GWEI,
fromNumericBase: 'dec',
toNumericBase: 'dec',

Loading…
Cancel
Save