diff --git a/src/Footer.tsx b/src/Footer.tsx index 61d59d7..a934b37 100644 --- a/src/Footer.tsx +++ b/src/Footer.tsx @@ -5,7 +5,13 @@ const Footer: React.FC = () => { const { provider } = useContext(RuntimeContext); return ( -
+
{provider ? ( <>Using Erigon node at {provider.connection.url} ) : (