remix-project icon indicating copy to clipboard operation
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

Open KillariDev opened this issue 4 months ago • 2 comments

Reproduction

  1. Go to https://remix.ethereum.org/
  2. Attempt to deploy a contract to mainnet
  3. 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

KillariDev avatar Mar 26 '24 14:03 KillariDev

Thanks for raising that issue, are you using metamask or can you describe how you are connecting remix to mainet?

yann300 avatar Apr 08 '24 07:04 yann300

Thanks for raising that issue, are you using metamask or can you describe how you are connecting remix to mainet?

@KillariDev

LianaHus avatar Apr 23 '24 08:04 LianaHus