diff --git a/src/tx.js b/src/tx.js index c9c654c..4add8b9 100644 --- a/src/tx.js +++ b/src/tx.js @@ -84,10 +84,7 @@ const deposit = async ( const accounts = await getAccounts(hezEthereumAddress, [token.id]) .catch(() => undefined) const account = typeof accounts !== 'undefined' ? accounts.accounts[0] : null - - const overrides = { - gasPrice: await getGasPrice(providerUrl) - } + const overrides = await getGasPrice(providerUrl) const usePermit = await isPermitSupported(fromTokenContract) const permitSignature =