Merge branch 'hotfix/v2021.07.05-4-otterscan'
This commit is contained in:
commit
364c57406a
|
@ -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} />
|
||||
|
|
Loading…
Reference in New Issue