diff --git a/apps/portal/src/app/react/v5/adapters/page.mdx b/apps/portal/src/app/react/v5/adapters/page.mdx index 56dc5b1b390..c74eb14bef9 100644 --- a/apps/portal/src/app/react/v5/adapters/page.mdx +++ b/apps/portal/src/app/react/v5/adapters/page.mdx @@ -92,9 +92,8 @@ You can use the thirdweb SDK within a wagmi application by setting the wagmi con import { useEffect } from 'react' import { defineChain } from 'thirdweb' import { useSetActiveWallet } from 'thirdweb/react' -import { createWalletAdapter } from 'thirdweb/wallets' +import { EIP1193 } from 'thirdweb/wallets' import { useDisconnect, useSwitchChain, useWalletClient } from 'wagmi' -import { viemAdapter } from "thirdweb/adapters/viem"; import { client } from './client' @@ -134,7 +133,7 @@ Similarly, you can use the thirdweb SDK with privy by setting the privy wallet a import { useEffect } from 'react' import { defineChain } from 'thirdweb' import { useSetActiveWallet } from 'thirdweb/react' -import { createWalletAdapter } from 'thirdweb/wallets' +import { EIP1193 } from 'thirdweb/wallets' import { ethers5Adapter } from 'thirdweb/adapters/ethers5'; import { client } from './client' import { useWallets } from "@privy-io/react-auth";