This commit is contained in:
Gerardo Nardelli 2019-07-17 11:53:43 -03:00
parent 478b30b2ed
commit ac6775bd6e

@ -5,9 +5,9 @@ const Web3Utils = require('web3-utils')
const {
fetchGasPrice,
processGasPriceOptions,
gasPriceWithinLimits
,
normalizeGasPrice} = require('../src/services/gasPrice')
gasPriceWithinLimits,
normalizeGasPrice
} = require('../src/services/gasPrice')
const {
DEFAULT_UPDATE_INTERVAL,
GAS_PRICE_OPTIONS,