Merge tag 'v2021.07.05-4-otterscan' into develop
Hotfix v2021.07.05-4-otterscan
This commit is contained in:
commit
e11800f454
|
@ -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} />
|
||||||
|
|
Loading…
Reference in New Issue