diff --git a/src/special/london/Blocks.tsx b/src/special/london/Blocks.tsx index ec65d85..7d580d9 100644 --- a/src/special/london/Blocks.tsx +++ b/src/special/london/Blocks.tsx @@ -39,7 +39,7 @@ const Blocks: React.FC = ({ latestBlock, targetBlockNumber }) => { const { provider } = useContext(RuntimeContext); const [blocks, setBlocks] = useState([]); const [now, setNow] = useState(Date.now()); - const [toggleChart, setToggleChart] = useState(false); + const [toggleChart, setToggleChart] = useState(true); const addBlock = useCallback( async (blockNumber: number) => { @@ -106,14 +106,21 @@ const Blocks: React.FC = ({ latestBlock, targetBlockNumber }) => { return (
-
- - - - EIP-1559 is activated. Watch the fees burn. - - - +
+
+ + + + EIP-1559 is activated. Watch the fees burn. + + + +
+
+ +