jito-labs / jito-ts

Jito Typescript SDK
Other
128 stars 60 forks source link

Fixed optional auth + added http for raw IP #35

Open gladwinput opened 4 months ago

gladwinput commented 4 months ago

Had an issue where I couldn't connect to my local geyser thing without an SSL cert despite no access outside of it on http. So made it optional.

Also made tokens optional. can add null now instead of having to set one and configure it on the geyser side.