We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to minus fees from the amount when swapping through jupiter, this TX: https://explorer.solana.com/tx/Vz8vTMwFhqZirVnstdiZGDfJCq7ACkC6bCNJ2acakmr6E5vrDnRGFcHSTxVxEJ7YWAqpAeP1ThaHpQ9V6YttdrG
It displayed 5.18 SOL while it should display 5.16 SOL because affiliate fees are 5$ (around 0.017 SOL at this time)
Spotted in https://discord.com/channels/554694662431178782/1316422691191918754/1319831733692141633
No response
The text was updated successfully, but these errors were encountered:
So, after investigation:
It looks like the amount is "fine" as other swappers, looking at: https://explorer.solana.com/tx/Vz8vTMwFhqZirVnstdiZGDfJCq7ACkC6bCNJ2acakmr6E5vrDnRGFcHSTxVxEJ7YWAqpAeP1ThaHpQ9V6YttdrG
And
It's working like any other swapper inside our app, fees are displayed separately from the amount
And the different amount is due to slippage, 5.18 with 1% slippage can lead to minimum 5.12 as SOL amount, so, 5.16 SOL is an acceptable amount
As any other swapper in our app, we are not displaying the final amount after execution but only the expected from our simulation
This issue can be closed (I guess? Unless I'm wrong?)
I seen another issue about TX history parsing where the SOL amount says 0 SOL instead of 5.165 thought, there is an issue already
Sorry, something went wrong.
NeOMakinG
No branches or pull requests
Overview
We need to minus fees from the amount when swapping through jupiter, this TX:
https://explorer.solana.com/tx/Vz8vTMwFhqZirVnstdiZGDfJCq7ACkC6bCNJ2acakmr6E5vrDnRGFcHSTxVxEJ7YWAqpAeP1ThaHpQ9V6YttdrG
It displayed 5.18 SOL while it should display 5.16 SOL because affiliate fees are 5$ (around 0.017 SOL at this time)
References and additional details
Spotted in https://discord.com/channels/554694662431178782/1316422691191918754/1319831733692141633
Acceptance Criteria
Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
The text was updated successfully, but these errors were encountered: