Skip to content
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

Comma missing within the "4. Get the serialized transactions to perform the swap" step #267

Open
canadiancode opened this issue Dec 24, 2023 · 1 comment

Comments

@canadiancode
Copy link

I noticed that the comma for the "expiredAt" value is missing, leading to issues. Easy to spot on an IDE, but thought I'd mention this.

If you look within the JSON.stringify({}) body, the "expiredAt: null" line does not contain a comma at the end before the new line "base: base.publicKey.toString(),".

The page with the error:
https://github.com/jup-ag/space-station/blob/main/docs/3-limit-order/1-limit-order-api.md

@itsmelodewyk
Copy link

Looks like it has been fixed with commit: da11668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants