hint="Price per unit of gas used for for blob deployment. Blob gas is independent of normal gas. Both gas prices can affect the priority of transaction execution."
hint="The date the name expires, upon which there is a grace period for the owner to renew. After grace period ends, the name is released to the market"
hint={`L1 Data Fee which is used to cover the L1 "security" cost from the batch submission mechanism. In combination with L2 execution fee, L1 fee makes the total amount of fees that a transaction pays.`}
isLoading={isLoading}
>
L1 fee
</DetailsInfoItem.Label>
<DetailsInfoItem.Value>
</DetailedInfo.ItemLabel>
<DetailedInfo.ItemValue>
<CurrencyValue
value={data.l1_fee}
currency={currencyUnits.ether}
exchangeRate={data.exchange_rate}
flexWrap="wrap"
/>
</DetailsInfoItem.Value>
</DetailedInfo.ItemValue>
</>
)}
{data.l1_fee_scalar&&(
<>
<DetailsInfoItem.Label
<DetailedInfo.ItemLabel
hint="A Dynamic overhead (fee scalar) premium, which serves as a buffer in case L1 prices rapidly increase."