Closed leroldary closed 2 years ago
+1! It would be very helpful to have support for eth_feeHistory
in ganache
@seaona Would you like to add it?
@davidmurdoch sure! I'll try my best 😊
It is very problematic that ganache is partial eip-1559 eth_feeHistory
is a required part of it.
@seaona any updates on a PR for this? No worries if you haven't been (or won't be) able to, just checking in.
The
eth_feeHistory
API was introduced in the JSON-RPC spec as a counterpart to EIP-1559. The API exposes information that is useful for setting parameters (maxPriorityFeePerGas
,maxFeePerGas
) for the new transaction fee mechanism.