jupiter-python-sdk
jupiter-python-sdk copied to clipboard
Make dynamic compute limit configurable
Transactions can fail to make it on chain without this being set (see: https://github.com/0xTaoDev/jupiter-python-sdk/issues/24#issuecomment-2211298763)
So it should be configurable. I have found that both dynamic compute limit and prioritization fee set to auto are needed for transactions to reliably settle. I set it to False by default to keep existing behavior intact, but you probably want this set to True.