hint="Base Fee refers to the network Base Fee at the time of the block, while Max Fee & Max Priority Fee refer to the max amount a user is willing to pay for their tx & to give to the miner respectively."
hint="Base Fee refers to the network Base Fee at the time of the block, while Max Fee & Max Priority Fee refer to the max amount a user is willing to pay for their tx & to give to the miner respectively"
>
{data.base_fee_per_gas&&(
<Box>
...
...
@@ -319,7 +319,7 @@ const TxDetails = () => {
{data.tx_burnt_fee&&(
<DetailsInfoItem
title="Burnt fees"
hint={`Amount of ${ appConfig.network.currency.symbol } burned for this transaction. Equals Block Base Fee per Gas * Gas Used.`}
hint={`Amount of ${ appConfig.network.currency.symbol } burned for this transaction. Equals Block Base Fee per Gas * Gas Used`}