mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Update log based on suggestion src/utils/ContractUtils.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
parent
89b83221de
commit
a5e5d69241
@ -129,7 +129,7 @@ export async function sendTx(
|
||||
.integerValue(BigNumber.ROUND_DOWN)
|
||||
.toString(10)
|
||||
} catch (err) {
|
||||
LoggerInstance.log('EIP 1559 not supported by network')
|
||||
LoggerInstance.error('Not able to use EIP 1559.')
|
||||
sendTxValue.gasPrice = await getFairGasPrice(web3, config)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user