jupiter-python-sdk icon indicating copy to clipboard operation
jupiter-python-sdk copied to clipboard

Make dynamic compute limit configurable

Open my-other-github-account opened this issue 1 year ago • 0 comments

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.

my-other-github-account avatar Nov 27 '24 18:11 my-other-github-account