-
Notifications
You must be signed in to change notification settings - Fork 35
Feat/update er docs #645
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
Feat/update er docs #645
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
{ | ||
name: "Frontend", | ||
value: "https://swap.kamino.finance", | ||
link: false, |
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.
link: false, | |
link: true, |
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.
this table needs to be refactored a bit if we want to use it for non-explorer links. A future TODO
Looks good to me. Thank you. :) |
Description
This PR updates the Express Relay docs to reflect the Solana focus and add an integration guide for frontends aiming to use Express Relay to power swaps. As part of the former, this PR deletes all EVM references and pages in the Express Relay section of the docs.
TODOs (for later PRs):
Type of Change