From 1d7992fb9dd78744d725e9e995781cbadfa705fb Mon Sep 17 00:00:00 2001 From: isaackps Date: Tue, 7 May 2024 17:30:24 +0800 Subject: [PATCH] fix: remove banner (#331) --- src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e51944de..1f139f38 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,9 +22,6 @@ export const App: React.FunctionComponent = () => { return ( <> - - Token Registry V2 has been deprecated, update your config files with Token Registry V4 address - You are currently on {configFile?.network} network. To change it, please upload a new config file.