From 652ec73892b3cd9efecebce5f49c741be639a4fd Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Tue, 5 Apr 2022 17:21:41 +0200 Subject: [PATCH] solve lint errors --- src/utils/TokenUtils.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/utils/TokenUtils.ts b/src/utils/TokenUtils.ts index 8cbc8d8e..e0ba3867 100644 --- a/src/utils/TokenUtils.ts +++ b/src/utils/TokenUtils.ts @@ -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