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

feature/default_network_editable
ryanml 3 years ago committed by GitHub
parent b021c35f7b
commit b20a77b255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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