From a7d4a7849602017b8a1058080690bfa72196f08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Riquelme=20Guzm=C3=A1n?= Date: Wed, 15 Nov 2023 11:41:55 -0300 Subject: [PATCH] chore: message for rhala (#123) * chore: message for rhala * chore: remove commented code --- src/App.tsx | 15 +++++++++++++++ src/pages/ExplorerPage/ExplorerPage.tsx | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 8e0c7d5..fd37000 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,7 @@ import CssBaseline from "@mui/material/CssBaseline" import { ThemeProvider } from "@mui/material/styles" import { Routes, Route, BrowserRouter as Router } from "react-router-dom" +import { Alert } from "@mui/material" import { ExplorerPage, DetailView } from "./pages" import { SygmaTheme } from "./themes/SygmaTheme" import { ExplorerProvider } from "./context" @@ -25,6 +26,20 @@ function App(): JSX.Element { +
+ + Currently Rhala network is not available for transfers! + +
{ const explorerContext = useExplorer() - const { explorerContextDispatcher, explorerContextState, routes, sharedConfig, explorerUrls } = explorerContext + const { explorerContextDispatcher, explorerContextState, routes, sharedConfig } = explorerContext const { chains } = explorerContextState