Skip to content

Conversation

@mdr0id
Copy link
Contributor

@mdr0id mdr0id commented Nov 1, 2025

Resolve user issue when importing sdk with wonky local dirs of the repo instead of formal paths from npm

We are doing this sort of thing:
import {SearcherServiceClient, SendBundleRequest, SendBundleResponse} from "jito-ts/dist/gen/block-engine/searcher";

Really should be:

import {SearcherServiceClient, SendBundleRequest, SendBundleResponse} from "jito-ts";

Copy link

@ggnine-jito ggnine-jito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice looks safe and solid to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants