Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/portal/src/app/react/v5/adapters/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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, createWalletAdapter } from 'thirdweb/wallets'
import { useDisconnect, useSwitchChain, useWalletClient } from 'wagmi'
import { viemAdapter } from "thirdweb/adapters/viem";
import { client } from './client'


Expand Down Expand Up @@ -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, createWalletAdapter } from 'thirdweb/wallets'
import { ethers5Adapter } from 'thirdweb/adapters/ethers5';
import { client } from './client'
import { useWallets } from "@privy-io/react-auth";
Expand Down