Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Dec 17, 2024
1 parent 7baea50 commit 21db9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/components/AppDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const queryClient = new QueryClient();
const DUMMY_PK =
'0xa67bdd8a49324aa36cb3f7f7064b9b560e3aa653b774be9793415c0a6fc62cf8';

const demoWalletConnector = () => () => {
const demoWalletConnector = (_config: any) => {
const account = privateKeyToAccount(DUMMY_PK as `0x${string}`);

const client = createWalletClient({
Expand Down Expand Up @@ -70,7 +70,7 @@ const demoWalletConnector = () => () => {
const wagmiConfig = createConfig({
chains: [base, baseSepolia],
connectors: [
demoWalletConnector(),
demoWalletConnector,
coinbaseWallet({
appName: 'OnchainKit',
}),
Expand Down

0 comments on commit 21db9bb

Please sign in to comment.