Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Feb 8, 2025
1 parent 3bd1367 commit af37587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import { useMemo } from 'react';
import { http, createConfig } from 'wagmi';
import { base, baseSepolia } from 'wagmi/chains';
import { NEXT_PUBLIC_WC_PROJECT_ID } from './config';
import { coinbaseWallet } from 'wagmi/connectors';
import { NEXT_PUBLIC_WC_PROJECT_ID } from './config';

export function useWagmiConfig() {
const projectId = NEXT_PUBLIC_WC_PROJECT_ID ?? '';
Expand Down

0 comments on commit af37587

Please sign in to comment.