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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Passing maxPriorityFeePerGas and maxFeePerGas as undefined to contract.method.send function should make Metamask calculate gas prices on its own based on market value.
Actual behavior
Metamask shows site suggested gas price and incorrect speed time values
Steps to reproduce the behavior
Install latest Metamask version
Try to send a transaction to a smart contract abi method using send function, without sending maxPriorityFeePerGas and maxFeePerGas
Related issue: #7081. Solution talks about ignoreGasPricing parameter but it is not present in the send function