hardhat icon indicating copy to clipboard operation
hardhat copied to clipboard

Validation of `initialBaseFeePerGas` should apply only to `l1` chain types

Open schaable opened this issue 10 months ago • 1 comments

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.

schaable avatar Jan 23 '25 14:01 schaable

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.

schaable avatar Jan 23 '25 15:01 schaable