From 3d80c3d52c34524d35de72b425fbfac36079e91d Mon Sep 17 00:00:00 2001 From: perfogic Date: Mon, 5 Aug 2024 09:08:11 +0700 Subject: [PATCH] remove maintenance --- components/page/bridge/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/page/bridge/index.tsx b/components/page/bridge/index.tsx index 781a427..5c5b4bf 100644 --- a/components/page/bridge/index.tsx +++ b/components/page/bridge/index.tsx @@ -503,7 +503,8 @@ const Bridge = () => { : Number(amount) > toDisplay(amountsTon[token?.denom] || "0", token?.decimal); - const isMaintained = fromNetwork.id === NetworkList.oraichain.id; + // const isMaintained = fromNetwork.id === NetworkList.oraichain.id; + const isMaintained = false; return (