[Bug]: Test dApp sets low gas limit for EIP 1559 transactions #30167
Labels
regression-prod-12.12.0
Regression bug that was found in production in release 12.12.0
Sev2-normal
Normal severity; minor loss of service or inconvenience.
team-confirmations
Push issues to confirmations team
type-bug
Something isn't working
Describe the bug
Test dApp sets low gas limit (20520) for EIP 1559 transactions:
sendEIP1559Button.onclick = async () => {
const result = await globalContext.provider.request({
method: 'eth_sendTransaction',
params: [
{
from: globalContext.accounts[0],
to: '0x0c54FcCd2e384b4BB6f2E405Bf5Cbc15a017AaFb',
value: '0x0',
gasLimit: '0x5028',
maxFeePerGas: '0x2540be400',
maxPriorityFeePerGas: '0x3b9aca00',
},
],
});
console.log(result);
};
Low gas limit is not present in 12.10.4.
Expected behavior
Gas limit should be 21000
Screenshots/Recordings
gas.mov
Steps to reproduce
Error messages or log output
Detection stage
In production (default)
Version
12.12.0
Build type
None
Browser
Chrome, Firefox
Operating system
MacOS
Hardware wallet
No response
Additional context
No response
Severity
No response
The text was updated successfully, but these errors were encountered: