TransferForm clears its inputs when useWaitForTransactionReceipt reports success, but the balance from useTokenBalance stays stale until something else triggers a refetch. Invalidate or refetch the balanceOf query on confirmation so the displayed balance updates right after a transfer lands.
TransferForm clears its inputs when useWaitForTransactionReceipt reports success, but the balance from useTokenBalance stays stale until something else triggers a refetch. Invalidate or refetch the balanceOf query on confirmation so the displayed balance updates right after a transfer lands.