fix(sdk): bug in L1 gas cost estimation (#8836)
Fixes a bug in L1 gas cost estimation where not all properties from the input transaction were being used. This meant that certain properties like access lists or transaction value weren't included in the calculation. Resulting estimates were wrong.
Showing
Please register or sign in to comment