jito-labs / jito-ts

Jito Typescript SDK
Other
92 stars 50 forks source link

Fixed optional auth + added http for raw IP #35

Open gladwinput opened 1 month ago

gladwinput commented 1 month 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.