remix-project
remix-project copied to clipboard
maxPriorityFeePerGas is not set when remix does eth_sendEstimateGas, while maxFeePerGas is set. If maxFeePerGas is set, the other should be set as well
Reproduction
- Go to https://remix.ethereum.org/
- Attempt to deploy a contract to mainnet
- Observe from traffic that eth_sendEstimateGas is sent to wallet with maxFeePerGas field but no maxPriorityFeePerGas field.
Expected Behavior
eth_sendEstimateGas request with both fields
Actual Behavior
eth_sendEstimateGas request with only one of the fields
Thanks for raising that issue, are you using metamask or can you describe how you are connecting remix to mainet?
Thanks for raising that issue, are you using metamask or can you describe how you are connecting remix to mainet?
@KillariDev