# Functions
No description provided by the author
DecodeL2GasLimit decodes the L2 gas limit from an encoded L2 gas limit.
No description provided by the author
EncodeTxGasLimit computes the `tx.gasLimit` based on the L1/L2 gas prices and the L2 gas limit.
# Constants
TxGasPrice is a constant that determines the result of `eth_gasPrice` It is scaled upwards by 50% tx.gasPrice is hard coded to 1500 * wei and all transactions must set that gas price.
# Variables
No description provided by the author
BigTxGasPrice is the L2GasPrice as type big.Int.