Skip to content

Commit

Permalink
remove resolved todos
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada committed Nov 1, 2023
1 parent 2b88849 commit 32ae445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/block/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ export default function Block({
GWEI_DECIMAL
).toString()}
decimalScale={9}
suffix=" Gwei" // TODO: Confirm if this is Gwei, DFI or ETH
suffix=" Gwei"
/>
<DetailRow
testId="burnt-fee"
label="Burnt fee"
value={formatEther(BigInt(block.burnt_fees ?? "0"))}
decimalScale={10}
suffix=" DFI" // TODO: Confirm if this is DFI or ETH
suffix=" DFI"
/>
<DetailRow
testId="gas-limit"
Expand Down

0 comments on commit 32ae445

Please sign in to comment.