-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: add missing amms for jupiter tracking #7483
Conversation
Done by querying https://station.jup.ag/api-v6/get-program-id-to-label and ensuring all amms listed there are present.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for using git history to find example how to add & welcome to spellbook!
Thanks @jeff-dude! Is there something I still need to do before this can be merged? I see a "Ready for review" button, but it already has a ready-for-merging tag, so I'm a bit confused. |
no, all good! i just didn't want to merge on a friday, since solana jobs take more time + compute in prod to rebuild. as for the labels, the |
Description
The jupiter tracking table contains a list of amms updated from the list available via jupiter api: https://station.jup.ag/api-v6/get-program-id-to-label .
I made sure all amms that were reported by the api are present in the query's list.
The list was previously updated this way in #7131