Closed ca11ab1e closed 1 year ago
As of today, we can't call the eth_feeHistory RPC endoint, it will end on:
eth_feeHistory
ValueError: RPC Endpoint has not been implemented: eth_feeHistory
Inspiration may be taken from https://github.com/ethereum/web3.py/pull/2094.
Thanks @reedsa :)
What was wrong?
As of today, we can't call the
eth_feeHistory
RPC endoint, it will end on:How can it be fixed?
Inspiration may be taken from https://github.com/ethereum/web3.py/pull/2094.