guys I'm running into `-end test:
Error: Returned error: VM Exception while processing transaction: Transaction's maxFeePerGas (1) is less than the block's baseFeePerGas (1602) (vm hf=london -> block -> tx)` running truffle test, how can I solve this?
Mar 31, 2022, 8:01 PM
Manually increase your gas fee in the config file.
Apr 2, 2022, 8:55 AM
that would work but in the tests I check the balances of the accounts and if also gas fees would need to be deducted I would have to complicate the tests, it would be better if it was fixable via ganache but I can't find an option that fixes this
In the end I ran my tests on berlin instead of london but it would be nice to have a general solution compatible also with eip1559
Apr 2, 2022, 12:09 PM