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
At the moment, minifront displays assets in arbitrary order:
The issue is that not all of these assets are equally important. Ideally, the most relevant ibc assets get shown on top.
For that, minifront needs to rely upon Metadata priority score which it gets when it requests from the rpc (in BalancesRequest and AssetsRequest).
BalancesRequest
AssetsRequest
Task:
The text was updated successfully, but these errors were encountered:
closed by prax-wallet/registry#96?
Sorry, something went wrong.
That's only part 1, we need to implement it into minifront & use in rpc. In progress: #1860
JasonMHasperhoven
No branches or pull requests
At the moment, minifront displays assets in arbitrary order:
The issue is that not all of these assets are equally important. Ideally, the most relevant ibc assets get shown on top.
For that, minifront needs to rely upon Metadata priority score which it gets when it requests from the rpc (in
BalancesRequest
andAssetsRequest
).Task:
The text was updated successfully, but these errors were encountered: