Skip to content

Commit

Permalink
fix: remove banner (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackps authored May 7, 2024
1 parent 6396281 commit 1d7992f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export const App: React.FunctionComponent = () => {

return (
<>
<NetworkBar network="token-registry-v4">
Token Registry V2 has been deprecated, update your config files with Token Registry V4 address
</NetworkBar>
<NetworkBar network={configFile?.network}>
You are currently on <span className="capitalize">{configFile?.network}</span> network. To change it, please
upload a new config file.
Expand Down

0 comments on commit 1d7992f

Please sign in to comment.