diff --git a/apps/evm/src/app/[lang]/providers.tsx b/apps/evm/src/app/[lang]/providers.tsx index 78c195b26..6ce88db0e 100644 --- a/apps/evm/src/app/[lang]/providers.tsx +++ b/apps/evm/src/app/[lang]/providers.tsx @@ -12,7 +12,7 @@ import { State, WagmiProvider } from 'wagmi'; import { NestedProviders } from './nested-providers'; import { getConfig } from '@/lib/wagmi'; -import { INTERVAL, isProd } from '@/constants'; +import { ExternalLinks, INTERVAL, isProd } from '@/constants'; import { FetchError } from '@/types/fetch'; export function Providers({ initialState, children }: PropsWithChildren<{ initialState: State | undefined }>) { @@ -47,6 +47,7 @@ export function Providers({ initialState, children }: PropsWithChildren<{ initia return ( { @@ -85,20 +85,16 @@ const Header = (): JSX.Element => {