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.
trying to send a transaction with no data may error using rpc providers when there is sufficient funds for gas and values.
For example on metamask RPC Error: err: insufficient funds for gas * price + value, with unexpectedly high gas prices .
This issue is happening due to the sendtransaction method using eth_call to check if the smart contract will revert, but with metamask, eth_call will return an error expecting more gas to be provided.