Skip to content

Commit a4b8390

Browse files
committed
docs: remove createWalletAdapter import
1 parent 7039032 commit a4b8390

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/react/v5/adapters

1 file changed

+2
-2
lines changed

apps/portal/src/app/react/v5/adapters/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can use the thirdweb SDK within a wagmi application by setting the wagmi con
9292
import { useEffect } from 'react'
9393
import { defineChain } from 'thirdweb'
9494
import { useSetActiveWallet } from 'thirdweb/react'
95-
import { EIP1193, createWalletAdapter } from 'thirdweb/wallets'
95+
import { EIP1193 } from 'thirdweb/wallets'
9696
import { useDisconnect, useSwitchChain, useWalletClient } from 'wagmi'
9797
import { client } from './client'
9898

@@ -133,7 +133,7 @@ Similarly, you can use the thirdweb SDK with privy by setting the privy wallet a
133133
import { useEffect } from 'react'
134134
import { defineChain } from 'thirdweb'
135135
import { useSetActiveWallet } from 'thirdweb/react'
136-
import { EIP1193, createWalletAdapter } from 'thirdweb/wallets'
136+
import { EIP1193 } from 'thirdweb/wallets'
137137
import { ethers5Adapter } from 'thirdweb/adapters/ethers5';
138138
import { client } from './client'
139139
import { useWallets } from "@privy-io/react-auth";

0 commit comments

Comments
 (0)