Merge tag 'v2021.07.05-4-otterscan' into develop

Hotfix v2021.07.05-4-otterscan
This commit is contained in:
Willian Mitsuda 2021-08-05 10:51:57 -03:00
commit e11800f454
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.commify(
ethers.utils.formatEther(block.gasUsed.mul(block.baseFeePerGas!)) ethers.utils.formatEther(block.gasUsed.mul(block.baseFeePerGas!))
)}{" "} )}{" "}
ETH Ether
</div> </div>
<div className="text-right text-gray-400"> <div className="text-right text-gray-400">
<TimestampAge now={now / 1000} timestamp={block.timestamp} /> <TimestampAge now={now / 1000} timestamp={block.timestamp} />