JoinColony / colonyNetwork

Colony Network smart contracts
https://colony.io/
GNU General Public License v3.0
437 stars 106 forks source link

Do not trust ethers getFeeData completely #1192

Closed area closed 9 months ago

area commented 9 months ago

Seems like there are still scenarios where the values returned by getFeeData from Ethers was not sufficient to allow a transaction to be broadcast, so upping the maxFeePerGas to accommodate for large jumps in the base fee when blocks are full.

Non-contracts, so happy for this to be merged even with the freeze for the release.