File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/portal/src/app/react/v5/adapters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ 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 , createWalletAdapter } from ' thirdweb/wallets'
9696import { useDisconnect , useSwitchChain , useWalletClient } from ' wagmi'
9797import { client } from ' ./client'
9898
@@ -133,7 +133,7 @@ Similarly, you can use the thirdweb SDK with privy by setting the privy wallet a
133133import { useEffect } from ' react'
134134import { defineChain } from ' thirdweb'
135135import { useSetActiveWallet } from ' thirdweb/react'
136- import { createWalletAdapter } from ' thirdweb/wallets'
136+ import { EIP1193 , createWalletAdapter } from ' thirdweb/wallets'
137137import { ethers5Adapter } from ' thirdweb/adapters/ethers5' ;
138138import { client } from ' ./client'
139139import { useWallets } from " @privy-io/react-auth" ;
You can’t perform that action at this time.
0 commit comments