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
92
92
import { useEffect } from ' react'
93
93
import { defineChain } from ' thirdweb'
94
94
import { useSetActiveWallet } from ' thirdweb/react'
95
- import { createWalletAdapter } from ' thirdweb/wallets'
95
+ import { EIP1193 } from ' thirdweb/wallets'
96
96
import { useDisconnect , useSwitchChain , useWalletClient } from ' wagmi'
97
- import { viemAdapter } from " thirdweb/adapters/viem" ;
98
97
import { client } from ' ./client'
99
98
100
99
@@ -134,7 +133,7 @@ Similarly, you can use the thirdweb SDK with privy by setting the privy wallet a
134
133
import { useEffect } from ' react'
135
134
import { defineChain } from ' thirdweb'
136
135
import { useSetActiveWallet } from ' thirdweb/react'
137
- import { createWalletAdapter } from ' thirdweb/wallets'
136
+ import { EIP1193 } from ' thirdweb/wallets'
138
137
import { ethers5Adapter } from ' thirdweb/adapters/ethers5' ;
139
138
import { client } from ' ./client'
140
139
import { useWallets } from " @privy-io/react-auth" ;
You can’t perform that action at this time.
0 commit comments