decimal error #119
-
|
When I want to swap sol to eurc (sol) I get a decimal error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
This looks more like a decimals / quote display bug than a real market price issue. A 10 EUR -> 1000 EURC jump is almost exactly what you get when the output token is formatted with the wrong number of decimals. Gem Wallet's Solana swap flow uses Jupiter's raw For reference:
So I would check:
If the received amount is also wrong, I don't think there is a user-side fix besides avoiding that route for now and using Solflare / Jupiter directly until it is patched. If the execution amount is correct and only the preview is wrong, then it's probably a formatting / token metadata bug in Gem Wallet rather than a swap engine problem. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for reporting this bug, It looks like an old bug that parsed EURC and it was cached. EURC should have decimal
I wish it was reported earlier |
Beta Was this translation helpful? Give feedback.
Thank you for reporting this bug, It looks like an old bug that parsed EURC and it was cached. EURC should have decimal
6in the app and will present proper balance.I wish it was reported earlier