-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
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
Swapper doesn't load full output token list for certain SPL input tokens #3074
Comments
This is just due to the Jupiter now do versioned transactions and I believe they can fit everything into a single transaction even with |
Got it. Thanks for the explanation! |
There's a little bit of hidden complexity with this issue Simply removing However...
I think a long term solution would be to move all of the swap logic to the backend so that there's a simple endpoint that can support multiple chains and would be near instant to use. We'd just provide the transaction to be signed by the wallet and broadcast it to the appropriate blockchain. All routing updates could be done asynchronously on a CRON schedule. I see 3 possible short term solutions, all of them will suffer from the
I'm going to do some testing with (1) now and will try and move to (2) if it is problematic and that solution doesn't take too much time. |
Not sure if this is expected but if I try to swap MNGO in Backpack I can only pick USDC, on jup.ag I get the full list
mango.mov
jup.mov
The text was updated successfully, but these errors were encountered: