-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support images w/ frontend globals #60
Labels
enhancement
New feature or request
Comments
VanishMax
added a commit
that referenced
this issue
Jul 23, 2024
grod220
pushed a commit
that referenced
this issue
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, the list of frontends are simply strings: https://github.com/prax-wallet/registry/blob/main/registry/globals.json#L40-L43. We should migrate to a new data structure that allows for images (similar to rpcs).
Given Prax has a live dependency on this data structure, we cannot simply change it. We'll need to create a new field, update the package, and move Prax to using that new field (after chrome store review). Maybe in a month or so, we can deprecate the old field.
The text was updated successfully, but these errors were encountered: