0xTaoDev / jupiter-python-sdk

Jupiter Python SDK is a Python library that allows you to use most of Jupiter features.
https://pypi.org/project/jupiter-python-sdk/
MIT License
168 stars 45 forks source link

Add ability to change SWAP and QUOTE endpoints via env vars #6

Open abunsen opened 10 months ago

abunsen commented 10 months ago

Trying to make it easier for people to depend on less centralized infra for Jupiter.

abunsen commented 9 months ago

Added an important, but missing, line 😎

0xTaoDev commented 9 months ago

Hello, sorry for the delay. I've updated the code thanks to your contribution. You can now change endpoints for SWAP, QUOTE, etc. https://github.com/0xTaoDev/jupiter-python-sdk/commit/a9f7d51d2655c29d9ac56c2891385407af82d5ee

abunsen commented 9 months ago

@0xTaoDev This is great, we had a README update as well - can we get that merged in?