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
Formula: gasPrice * estimatedGasUsed (neither eth_estimateGas or linea_estimateGas) often doesn't work.
Expected behavior
More detailed description or example how to calculate transaction costs. Provide accurate formula and the data sources for the formula parameters. Eg.: txFee = gasPrice * estimatedGasUsed gasPrice - pick from eth_gasPrice or gasPrice = l2GasPrice + baseFee etc estimatedGasUsed - pick from eth_estimateGas or linea_estimateGas
or something like that.
Link
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Lack of information on how to estimate transaction costs since the Linea is L2. This https://docs.linea.build/developers/guides/gas/gas-fees is not enough. Transactions not submitted or wait too long.
Steps to reproduce
Formula:
gasPrice * estimatedGasUsed
(neithereth_estimateGas
orlinea_estimateGas
) often doesn't work.Expected behavior
More detailed description or example how to calculate transaction costs. Provide accurate formula and the data sources for the formula parameters. Eg.:
txFee = gasPrice * estimatedGasUsed
gasPrice
- pick frometh_gasPrice
orgasPrice
=l2GasPrice
+baseFee
etcestimatedGasUsed
- pick frometh_estimateGas
orlinea_estimateGas
or something like that.
Link
No response
The text was updated successfully, but these errors were encountered: