Solana.Unity-Core icon indicating copy to clipboard operation
Solana.Unity-Core copied to clipboard

Added Jupiter PrioritieFees parameter and MaxLamports configuration.

Open MCollector opened this issue 1 year ago • 0 comments

⚠️ NOTE: Use notes like this to emphasize something important about the PR.

This could include other PRs this PR is built on top of; API breaking changes; reasons for why the PR is on hold; or anything else you would like to draw attention to.

Status Type ⚠️ Core Change Issue
Ready Feature No N/A

Problem

The Jupiter Dex call was missing maxLamports and priorityFee configuration

Solution

Added these values in the external call.

Before & After Screenshots

BEFORE:

AFTER:

Other changes (e.g. bug fixes, small refactors)

Deploy Notes

It's advicable to move to the new endpoint configuration for this: https://api.jup.ag/swap/v1

New scripts:

N/A

New dependencies:

N/A

MCollector avatar Feb 22 '25 07:02 MCollector