Replies: 1 comment
-
try use your custom transport/RPC provider for fetch info from chain. Their native providers can work not properly. export const walletConnectProjectId = '' const { chains, const transport = webSocket("wss: PASTE HERE YOUR PROVIDER FOR EXAMPLE FROM ALCHEMY without https" as string); const publicClient = createPublicClient({ export const config = createConfig({ export { chains } |
Beta Was this translation helpful? Give feedback.
-
I am facing an issue, the status return from useWaitForTransaction stays loading/isLoading: true forever even if the transaction is a success on Etherscan. It worked fine before yesterday. I also tried to get status by calling useTransaction hook, and the success status is returned correctly.
Beta Was this translation helpful? Give feedback.
All reactions