Skip to content

Commit

Permalink
feature(web): set Gwei as unit for ether display in blocks table view (
Browse files Browse the repository at this point in the history
  • Loading branch information
xFJA committed Aug 1, 2024
1 parent c61df55 commit 3b0e644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const Blocks: NextPage = function () {
),
},
{
item: <EtherUnitDisplay amount={blobGasPrice} />,
item: <EtherUnitDisplay amount={blobGasPrice} toUnit="Gwei" />,
},
{
item: <BlobGasUsageDisplay blobGasUsed={blobGasUsed} compact />,
Expand Down

0 comments on commit 3b0e644

Please sign in to comment.