You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, eth_call can only resolve requests to EIP-155 or EIP-1559 transactions to match Hardhat's behaviour. It should however also support EIP-2930 transactions.
Definition of Done
Add support for resolution of an eth_call request to an EIP-2930 transaction
The text was updated successfully, but these errors were encountered:
Currently,
eth_call
can only resolve requests to EIP-155 or EIP-1559 transactions to match Hardhat's behaviour. It should however also support EIP-2930 transactions.Definition of Done
Add support for resolution of an
eth_call
request to an EIP-2930 transactionThe text was updated successfully, but these errors were encountered: