Skip to content

Commit

Permalink
Merge pull request #28 from jo-elimu/10-add-header-component
Browse files Browse the repository at this point in the history
Add Linea to list of blockchains
  • Loading branch information
dalaoqi authored Mar 23, 2024
2 parents 58f4c98 + ff5d10f commit 6a36bd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend_v2/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {
polygonMumbai,
polygon,
sepolia,
linea,
lineaTestnet
} from 'wagmi/chains';

import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
Expand All @@ -35,6 +37,8 @@ const config = getDefaultConfig({
polygonMumbai,
optimism,
optimismSepolia,
linea,
lineaTestnet,
...(process.env.NEXT_PUBLIC_ENABLE_TESTNETS === 'true' ? [sepolia] : []),
],
ssr: true,
Expand Down

0 comments on commit 6a36bd2

Please sign in to comment.