hardhat
hardhat copied to clipboard
Validation of `initialBaseFeePerGas` should apply only to `l1` chain types
Current behavior: initialBaseFeePerGas is validated based on the hardfork, but this validation should apply only to l1 chain types.
Expected behavior: initialBaseFeePerGas should be validated based on both the hardfork and the chainType.
While not entirely related, this should be addressed after https://github.com/NomicFoundation/hardhat/issues/6180. Additionally, this issue should take the overrides into account.