L2 fee
This document outlines the calculation process for transaction fees on Titan, emphasizing their lower cost compared to Ethereum.
L2 execution fee
tx.gasPrice * l2GasUsedL1 security fee
l1_base_fee * (tx_data_gas + overhaed) * scalartx_data_gas = count_zero_bytes(tx_data) * 4 + count_non_zero_bytes(tx_data) * 16Last updated