Implement eth_feeHistory
to support type-2 transactions
#1512
Labels
Agate
Required for mainnet launch
eth_feeHistory
to support type-2 transactions
#1512
When using Alloy to call a function on a contract, we currently have to use a workaround by specifying and empty access list (e.g.:
to force a legacy transaction. Otherwise it will invoke eth_feeHistory which isn't currently supported.
The text was updated successfully, but these errors were encountered: