This commit is contained in:
Willian Mitsuda 2021-08-05 10:51:31 -03:00
parent 63a80995b5
commit c99ccccf64
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const BlockRow: React.FC<BlockRowProps> = ({ now, block, baseFeeDelta }) => {
{ethers.utils.commify(
ethers.utils.formatEther(block.gasUsed.mul(block.baseFeePerGas!))
)}{" "}
ETH
Ether
</div>
<div className="text-right text-gray-400">
<TimestampAge now={now / 1000} timestamp={block.timestamp} />