From 3809969a59684660450e709c76dde4a6da6684ea Mon Sep 17 00:00:00 2001 From: guy <28496268+hellofromguy@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:09:13 -0500 Subject: [PATCH] remove bip-38 migration banner --- projects/ui/src/hooks/app/useBanner.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/projects/ui/src/hooks/app/useBanner.tsx b/projects/ui/src/hooks/app/useBanner.tsx index 8eb1edf9f2..234a8281f8 100644 --- a/projects/ui/src/hooks/app/useBanner.tsx +++ b/projects/ui/src/hooks/app/useBanner.tsx @@ -15,13 +15,6 @@ const useBanner = () => { ); return useMemo(() => { - return ( - - BIP-38 Unripe liquidity migration is in process. Quotes will be affected - until the migration is complete. See Discord for more information. - - ); - // eslint-disable-next-line no-unreachable if (migrationNeeded === true) { return (