foundry
foundry copied to clipboard
eth_call issue
Component
Anvil
Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
What version of Foundry are you on?
nightly
What command(s) is the bug in?
eth_call
Operating System
macOS (Apple Silicon)
Describe the bug
Expect error: both gasPrice and (maxFeePerGas or maxPriorityFeePerGas) specified
actual: don't appear any error
When calling eth_call
with a non-zero GasFeeCap
parameter.