We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Stargaze site has grown and changed a lot! Early on it was easy to go to the launchpad and click on a collection's image to give a url like: https://app.stargaze.zone/launchpad/stars1lndsj2gufd292c35crv97ug2ncdcn9ys4s8e94wlxyeft6mt3k2svkwps9
Now there is a marketplace and a few different routes that people may find easier to use, given that there are so many great projects launching.
For instance, you can go to the Stargaze Marketplace, click on Bad Kids, and navigate your way to a page like this: https://www.stargaze.zone/marketplace/stars19jq6mj84cnt9p7sagjxqf8hxtczwc8wlpuwe4sh62w45aheseues57n420
Currently starrybot is looking for a different path, like the first link above.
This shouldn't be hard, and it'll likely be a change in stargaze.js
stargaze.js
If you were to try to paste the second link instead, it'll give you a not-great error:
So the task is to make sure we can handle whatever is the most convenient link for end users, which is no longer the Launchpad link.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Stargaze site has grown and changed a lot! Early on it was easy to go to the launchpad and click on a collection's image to give a url like:
https://app.stargaze.zone/launchpad/stars1lndsj2gufd292c35crv97ug2ncdcn9ys4s8e94wlxyeft6mt3k2svkwps9
Now there is a marketplace and a few different routes that people may find easier to use, given that there are so many great projects launching.
For instance, you can go to the Stargaze Marketplace, click on Bad Kids, and navigate your way to a page like this:
https://www.stargaze.zone/marketplace/stars19jq6mj84cnt9p7sagjxqf8hxtczwc8wlpuwe4sh62w45aheseues57n420
Currently starrybot is looking for a different path, like the first link above.
This shouldn't be hard, and it'll likely be a change in
stargaze.js
If you were to try to paste the second link instead, it'll give you a not-great error:
So the task is to make sure we can handle whatever is the most convenient link for end users, which is no longer the Launchpad link.
The text was updated successfully, but these errors were encountered: