From efa658e69b3cbe51453b350bd4391c807e5d33f4 Mon Sep 17 00:00:00 2001 From: meomeocoj Date: Thu, 5 Sep 2024 16:47:52 +0700 Subject: [PATCH] chore: toggle maintain flag --- components/page/bridge/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/page/bridge/index.tsx b/components/page/bridge/index.tsx index 44e66d0..fca7f82 100644 --- a/components/page/bridge/index.tsx +++ b/components/page/bridge/index.tsx @@ -734,7 +734,7 @@ const Bridge = () => { } // const isMaintained = fromNetwork.id === NetworkList.oraichain.id; - const isMaintained = false; + const isMaintained = true; return (