diff --git a/src/special/london/Countdown.tsx b/src/special/london/Countdown.tsx index 0d41dbb..718aa22 100644 --- a/src/special/london/Countdown.tsx +++ b/src/special/london/Countdown.tsx @@ -33,7 +33,7 @@ const Countdown: React.FC = ({

{ethers.utils.commify(targetBlock - currentBlock.number)}

-
Block remaining
+
Blocks remaining

Current block: {ethers.utils.commify(currentBlock.number)}
Target block: {ethers.utils.commify(targetBlock)}