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
eth_getTransactionReceipt: receipts should include an effectiveGasPrice, which is equal to gasPrice for pre-London receipts and is the effective feePerGas after London. Relevant PR.
It's unclear if we should return this when a non-London Hardhat Network is started
The text was updated successfully, but these errors were encountered:
eth_getTransactionReceipt
: receipts should include aneffectiveGasPrice
, which is equal togasPrice
for pre-London receipts and is the effective feePerGas after London. Relevant PR.The text was updated successfully, but these errors were encountered: