Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I'm actually wondering the same thing. I have an application that's been running for some time now fine using the eth.getGasPrice() function. Now suddenly I'm starting to see the following errors: max fee per gas less than block base fee: address {address}, maxFeePerGas: 5000000000 baseFee: 27318189081 (supplied gas 4014405) Commented Oct 21, 2021 at 15:27
  • Did you try updating to the newer versions of web3js? It seems that they've made it compatible now Commented Oct 21, 2021 at 17:12
  • I have tried. Unfortunately, there's an outstanding bug with web3 and ganache-cli that prevents me from using it. In case anyone is curious about the bug: github.com/ChainSafe/web3.js/issues/4454 Commented Oct 21, 2021 at 19:02