File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
apps/portal/src/app/react/v5/adapters Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,8 @@ You can use the thirdweb SDK within a wagmi application by setting the wagmi con
9292import { useEffect } from ' react'
9393import { defineChain } from ' thirdweb'
9494import { useSetActiveWallet } from ' thirdweb/react'
95- import { createWalletAdapter } from ' thirdweb/wallets'
95+ import { EIP1193 } from ' thirdweb/wallets'
9696import { useDisconnect , useSwitchChain , useWalletClient } from ' wagmi'
97- import { viemAdapter } from " thirdweb/adapters/viem" ;
9897import { client } from ' ./client'
9998
10099
@@ -134,7 +133,7 @@ Similarly, you can use the thirdweb SDK with privy by setting the privy wallet a
134133import { useEffect } from ' react'
135134import { defineChain } from ' thirdweb'
136135import { useSetActiveWallet } from ' thirdweb/react'
137- import { createWalletAdapter } from ' thirdweb/wallets'
136+ import { EIP1193 } from ' thirdweb/wallets'
138137import { ethers5Adapter } from ' thirdweb/adapters/ethers5' ;
139138import { client } from ' ./client'
140139import { useWallets } from " @privy-io/react-auth" ;
You can’t perform that action at this time.
0 commit comments