1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

solve lint errors

This commit is contained in:
Miquel A. Cabot 2022-04-05 17:21:41 +02:00
parent 1380661c97
commit 652ec73892

View File

@ -1,11 +1,15 @@
import Decimal from 'decimal.js'
import { Contract } from 'web3-eth-contract'
import { amountToUnits, estimateGas, getFairGasPrice, unitsToAmount } from './ContractUtils'
import {
amountToUnits,
estimateGas,
getFairGasPrice,
unitsToAmount
} from './ContractUtils'
import { minAbi } from './minAbi'
import LoggerInstance from './Logger'
import { TransactionReceipt } from 'web3-core'
import Web3 from 'web3'
import { GASLIMIT_DEFAULT } from '.'
/**
* Estimate gas cost for approval function